diff --git a/app/build.gradle b/app/build.gradle index 3a6135b..914e0dc 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,8 +10,8 @@ android { applicationId "com.fox2code.mmm" minSdk 21 targetSdk 31 - versionCode 12 - versionName "0.2.3-rc1" + versionCode 13 + versionName "0.2.3" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" }