diff --git a/app/build.gradle b/app/build.gradle index f22fca545956809be033e1ba0273d24765987d68..87bb74ede4ccb7511b9307a93554ab1dc561fbaf 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 20 - versionName "1.0.13" + versionCode 21 + versionName "1.0.13.10" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" }