Browse Source

Merge pull request #84 from vernu/bump-android-app-version

Bump android app version to 2.6.0(13)
pull/85/head
Israel Abebe 9 months ago
committed by GitHub
parent
commit
89ed36849b
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  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