diff --git a/app/build.gradle b/app/build.gradle index 77908dc..193bc9c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -11,8 +11,8 @@ android { applicationId "com.kudlav.kam" minSdkVersion 19 targetSdkVersion 29 - versionCode 7 - versionName "1.2.2" + versionCode 8 + versionName "1.3.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables.useSupportLibrary = true }