diff --git a/app/build.gradle b/app/build.gradle index 71c0262..9b60970 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "org.decsync.cc" minSdkVersion 21 targetSdkVersion 29 - versionCode 27 - versionName "1.6.1" + versionCode 28 + versionName "1.6.2" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables.useSupportLibrary = true }