diff --git a/app/build.gradle b/app/build.gradle index 19da17d..514f677 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "org.decsync.cc" minSdkVersion 21 targetSdkVersion 29 - versionCode 28 - versionName "1.6.2" + versionCode 29 + versionName "2.0.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables.useSupportLibrary = true }