fixed version mismatch

This commit is contained in:
0ceanSlim 2023-08-08 16:37:14 -04:00
parent 2fcc42aa16
commit 9303a38edb
1 changed files with 2 additions and 2 deletions

View File

@ -11,8 +11,8 @@ android {
applicationId = "com.example.satsmonitor"
minSdk = 24
targetSdk = 33
versionCode = 1
versionName = "1.0"
versionCode = 2
versionName = "0.1.41"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}