Update version

This commit is contained in:
MrLetsplay 2023-10-08 15:15:27 +02:00
parent 961a40c004
commit 5b8efbce54
Signed by: mr
SSH Key Fingerprint: SHA256:92jBH80vpXyaZHjaIl47pjRq+Yt7XGTArqQg1V7hSqg

View File

@ -11,8 +11,8 @@ android {
applicationId "com.cringe_studios.code_guard"
minSdk 21
targetSdk 34
versionCode 2
versionName "1.0.0_alpha1"
versionCode 3
versionName "1.0.0_alpha2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}