From a463d485508d097027170240f4b304ec8bb4141c Mon Sep 17 00:00:00 2001 From: woheller69 Date: Fri, 24 Feb 2023 14:13:40 +0100 Subject: [PATCH] Update fastlane V1.1 --- app/build.gradle | 5 ++--- fastlane/metadata/android/en-US/changelogs/11.txt | 1 + 2 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/11.txt diff --git a/app/build.gradle b/app/build.gradle index fb88f79..45644c7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,12 +9,11 @@ android { targetCompatibility JavaVersion.VERSION_1_8 } defaultConfig { - testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" applicationId "org.woheller69.omweather" minSdkVersion 21 targetSdkVersion 31 - versionCode 10 - versionName "1.0" + versionCode 11 + versionName "1.1" buildConfigField "String", "BASE_URL", "\"https://api.open-meteo.com/v1/\"" buildConfigField "String", "GITHUB_URL","\"https://github.com/woheller69/omweather/\"" diff --git a/fastlane/metadata/android/en-US/changelogs/11.txt b/fastlane/metadata/android/en-US/changelogs/11.txt new file mode 100644 index 0000000..6b191f7 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/11.txt @@ -0,0 +1 @@ +Add more weather categories and icons \ No newline at end of file