Skip to content

Commit

Permalink
upgraded compile and target sdk to 29
Browse files Browse the repository at this point in the history
increased version
  • Loading branch information
sleep-yearning committed Sep 24, 2020
1 parent 1d8625f commit 0d9958f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ apply plugin: 'com.android.application'
apply plugin: 'org.greenrobot.greendao'

android {
compileSdkVersion 28
compileSdkVersion 29
defaultConfig {
applicationId 'org.secuso.privacyfriendlynetmonitor'
minSdkVersion 17
targetSdkVersion 28
versionCode 8
versionName "2.0"
targetSdkVersion 29
versionCode 9
versionName "2.1"
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
vectorDrawables.useSupportLibrary = true
}
Expand Down

0 comments on commit 0d9958f

Please sign in to comment.