build(mobile): bump versionCode 3 + versionName 1.3.0 (UI premium refresh)
Some checks are pending
Build Android (APK + AAB) / build-android (push) Waiting to run

This commit is contained in:
PontualTech / Karlão 2026-04-27 21:59:48 -03:00
parent 6e340cc733
commit 3a4d3a5e07

View file

@ -7,8 +7,8 @@ android {
applicationId "br.com.pontualtech.shivao"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 2
versionName "1.2.0"
versionCode 3
versionName "1.3.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.