new build version

This commit is contained in:
0ceanSlim 2023-08-11 13:27:50 -04:00
parent 084581a02b
commit cf4437ecd6

View File

@ -11,8 +11,8 @@ android {
applicationId = "com.example.satworth" applicationId = "com.example.satworth"
minSdk = 24 minSdk = 24
targetSdk = 33 targetSdk = 33
versionCode = 5 versionCode = 6
versionName = "0.1.61" versionName = "0.1.62"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
} }