Skip to content

Commit

Permalink
Changed minsdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
ttimasdf committed Jan 6, 2018
1 parent 3471e60 commit ebb0b50
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ out/
# Gradle files
.gradle/
build/
release/
gradle.properties

# Local configuration file (sdk path, etc)
local.properties
Expand Down
2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ android {
compileSdkVersion 26
defaultConfig {
applicationId "pw.rabit.xdebuggable"
minSdkVersion 25
minSdkVersion 23
targetSdkVersion 26
versionCode 1
versionName "1.0"
versionCode 2
versionName "1.1"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down

0 comments on commit ebb0b50

Please sign in to comment.