Skip to content

Commit

Permalink
Merge pull request #16 from akihikodaki/28
Browse files Browse the repository at this point in the history
Update Android SDK version from 27 to 28
  • Loading branch information
vadymhimself authored Aug 6, 2019
2 parents e168665 + 387fcd5 commit 952db93
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions downloader_library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ apply plugin: 'com.github.dcendents.android-maven'
group='com.github.bolein'

android {
compileSdkVersion 27
compileSdkVersion 28

defaultConfig {
minSdkVersion 14
targetSdkVersion 27
targetSdkVersion 28
consumerProguardFiles 'proguard-rules.pro'
}
}
Expand Down Expand Up @@ -36,5 +36,5 @@ artifacts {

dependencies {
api 'com.github.bolein:better-licensing:1.5.0'
implementation 'com.android.support:support-v4:27.0.2'
implementation 'com.android.support:support-v4:28.0.0'
}
4 changes: 2 additions & 2 deletions zip_file/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ apply plugin: 'com.github.dcendents.android-maven'
group='com.github.bolein'

android {
compileSdkVersion 27
compileSdkVersion 28

defaultConfig {
minSdkVersion 9
targetSdkVersion 27
targetSdkVersion 28
}
buildTypes {
release {
Expand Down

0 comments on commit 952db93

Please sign in to comment.