Skip to content

Commit

Permalink
Targeting API 29
Browse files Browse the repository at this point in the history
  • Loading branch information
hzw1199 committed Sep 3, 2020
1 parent 0e82b46 commit e27948c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 28
compileSdkVersion 29
defaultConfig {
applicationId "com.wuadam.demo"
minSdkVersion 14
targetSdkVersion 28
targetSdkVersion 29
versionCode 1
versionName "1.0"
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
Expand Down
4 changes: 2 additions & 2 deletions floatingview/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ apply plugin: 'com.github.dcendents.android-maven'
group='com.github.hzw1199'

android {
compileSdkVersion 28
compileSdkVersion 29


defaultConfig {
minSdkVersion 14
targetSdkVersion 28
targetSdkVersion 29
versionCode 1
versionName "1.0"
consumerProguardFiles 'proguard-rules.pro'
Expand Down

0 comments on commit e27948c

Please sign in to comment.