Update build.gradle

change version number back to 2.3.0
This commit is contained in:
keczejo
2023-07-11 10:04:57 +02:00
committed by GitHub
parent dac88d743e
commit b63b7cda0b

View File

@@ -8,7 +8,7 @@ android {
minSdkVersion 23
targetSdkVersion 32
versionCode 9
versionName "2.4.0"
versionName "2.3.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {