diff --git a/app/build.gradle b/app/build.gradle index 9cf6871..f4ea8dd 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -28,8 +28,8 @@ android { applicationId "org.witness.proofmode" minSdkVersion 24 targetSdkVersion 34 - versionCode 230201 - versionName "2.3.0-BETA-1" + versionCode 230301 + versionName "2.3.0-RC-1" multiDexEnabled true archivesBaseName = "ProofMode-$versionName" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"