diff --git a/app/build.gradle b/app/build.gradle index 029324c..20c0ad2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -11,8 +11,8 @@ android { minSdkVersion 21 targetSdkVersion 30 - versionCode 26 - versionName "1.8.0-beta-1" + versionCode 27 + versionName "1.8.0" multiDexEnabled true testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" }