fix backup/restore for Android 13

Update for V2.0
This commit is contained in:
woheller69 2023-07-31 11:46:57 +02:00
parent 66c12873d8
commit 39cb0d9b65
4 changed files with 17 additions and 4 deletions

View file

@ -8,8 +8,8 @@ android {
applicationId "org.woheller69.solxpect"
minSdkVersion 26
targetSdkVersion 33
versionCode 19
versionName "1.9"
versionCode 20
versionName "2.0"
buildConfigField "String", "BASE_URL", "\"https://api.open-meteo.com/v1/\""
buildConfigField "String", "GITHUB_URL","\"https://github.com/woheller69/solxpect/\""