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