diff --git a/app/build.gradle b/app/build.gradle index 7f4c7f6..7b806fb 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -12,8 +12,8 @@ android { applicationId "org.woheller69.solxpect" minSdkVersion 26 targetSdkVersion 31 - versionCode 12 - versionName "1.2" + versionCode 13 + versionName "1.3" buildConfigField "String", "BASE_URL", "\"https://api.open-meteo.com/v1/\"" buildConfigField "String", "GITHUB_URL","\"https://github.com/woheller69/solxpect/\"" diff --git a/fastlane/metadata/android/en-US/changelogs/13.txt b/fastlane/metadata/android/en-US/changelogs/13.txt new file mode 100644 index 0000000..11913a4 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/13.txt @@ -0,0 +1 @@ +New Feature: Backup/Restore database \ No newline at end of file