We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6537132 commit 38295c6Copy full SHA for 38295c6
app/build.gradle
@@ -12,8 +12,8 @@ android {
12
applicationId "org.woheller69.solxpect"
13
minSdkVersion 26
14
targetSdkVersion 31
15
- versionCode 12
16
- versionName "1.2"
+ versionCode 13
+ versionName "1.3"
17
18
buildConfigField "String", "BASE_URL", "\"https://api.open-meteo.com/v1/\""
19
buildConfigField "String", "GITHUB_URL","\"https://github.com/woheller69/solxpect/\""
fastlane/metadata/android/en-US/changelogs/13.txt
@@ -0,0 +1 @@
1
+New Feature: Backup/Restore database
0 commit comments