update version info after creating tag

This commit is contained in:
thedevstack-bot 2025-08-11 11:23:42 +00:00 committed by root
commit 78b9a3f02c

View file

@ -17,8 +17,8 @@ android {
applicationId "com.example.testapplication"
minSdk 24
targetSdk 35
versionCode 10
versionName "0.0.10"
versionCode 11
versionName "0.0.11"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}