diff --git a/app/build.gradle b/app/build.gradle index 0fe31c7..0f58843 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,8 +10,8 @@ android { applicationId "com.fox2code.mmm" minSdk 21 targetSdk 32 - versionCode 31 - versionName "0.3.2" + versionCode 32 + versionName "0.4.0-rc1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" }