diff --git a/app/build.gradle b/app/build.gradle index ba3c497..08d4bda 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -11,8 +11,8 @@ android { // Call to polymorphic signature of VarHandle are only supported starting with Android P minSdk 28 targetSdk 33 - versionCode 6 - versionName "0.0.6" + versionCode 7 + versionName "0.0.7" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" }