Skip to content

Commit

Permalink
update sdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
sunfusheng committed Jun 3, 2018
1 parent 8f178da commit 3e233d1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ signingProperties.load(new FileInputStream(file("../signings/signing.properties"

android {
compileSdkVersion gradle.compileSdkVersion
buildToolsVersion gradle.buildToolsVersion

defaultConfig {
applicationId "com.sunfusheng.StickyHeaderListView"
minSdkVersion gradle.minSdkVersion
Expand All @@ -21,6 +19,12 @@ android {
targetCompatibility JavaVersion.VERSION_1_8
}

lintOptions {
quiet true
abortOnError false
ignoreWarnings true
}

signingConfigs {
release {
storeFile file(signingProperties['KEYSTORE_FILEPATH'])
Expand Down
4 changes: 2 additions & 2 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
include ':app'

gradle.ext.compileSdkVersion = 27
gradle.ext.buildToolsVersion = '27.0.3'
gradle.ext.supportLibraryVersion = '27.0.2'
gradle.ext.buildToolsVersion = '27.1.1'
gradle.ext.supportLibraryVersion = '27.1.1'

gradle.ext.minSdkVersion = 14
gradle.ext.targetSdkVersion = 27
Expand Down

0 comments on commit 3e233d1

Please sign in to comment.