diff --git a/app/build.gradle.kts b/app/build.gradle.kts index fd5c96a9..7ca07a73 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 = 52 - versionName = "1.0.52" + versionCode = 51 + versionName = "1.0.51" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" vectorDrawables {