Browse Source

chore(android): bump android app version to 2.6.0(13)

pull/84/head
isra el 9 months ago
parent
commit
9b9d92592c
  1. 4
      android/app/build.gradle

4
android/app/build.gradle

@ -11,8 +11,8 @@ android {
applicationId "com.vernu.sms" applicationId "com.vernu.sms"
minSdk 24 minSdk 24
targetSdk 32 targetSdk 32
versionCode 12
versionName "2.5.0"
versionCode 13
versionName "2.6.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

Loading…
Cancel
Save