diff --git a/app/build.gradle b/app/build.gradle index 253c7de..607b171 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -12,8 +12,8 @@ android { applicationId "de.csicar.ning" minSdkVersion 23 targetSdkVersion 29 - versionCode 12 - versionName "1.2" + versionCode 123 + versionName "1.2.3" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } buildTypes {