bump android app version to 1.3.0(5)

This commit is contained in:
isra el
2023-05-18 13:52:15 +03:00
parent 910c283bf1
commit b86f0cf8b2

View File

@@ -10,8 +10,8 @@ android {
applicationId "com.vernu.sms"
minSdk 24
targetSdk 32
versionCode 4
versionName "1.2.0"
versionCode 5
versionName "1.3.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}