diff --git a/app/build.gradle b/app/build.gradle index 1be6b99..984c352 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 }