diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 7ca07a73..fd5c96a9 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -34,8 +34,8 @@ android { // move; re-evaluate then. OldTargetApi suppressed at the source per STATIC_ANALYSIS.md. //noinspection OldTargetApi targetSdk = 36 - versionCode = 51 - versionName = "1.0.51" + versionCode = 52 + versionName = "1.0.52" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" vectorDrawables {