diff --git a/app/build.gradle b/app/build.gradle index 1f307f8ccdce7e90c05cb274b7ddba78364c67d0..f22fca545956809be033e1ba0273d24765987d68 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -11,8 +11,8 @@ android { applicationId "org.futo.circles" minSdk rootProject.ext.minSdkVersion targetSdk rootProject.ext.sdkVersion - versionCode 19 - versionName "1.0.13.1" + versionCode 20 + versionName "1.0.13" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" }