gradle script with version pushed to the google play

fix/get-all-stations-hangout 0.10
Mateusz Lubecki 2022-01-06 22:34:23 +01:00
rodzic 4b967b6857
commit a40fb19282
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -12,8 +12,8 @@ android {
applicationId "cc.pogoda.mobile.meteosystem"
minSdkVersion 24
targetSdkVersion 30
versionCode 9
versionName "0.9-beta"
versionCode 10
versionName "0.10-beta"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}