Skip to content

Commit

Permalink
Update fastlane V1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
woheller69 committed Feb 24, 2023
1 parent 80d4c60 commit a463d48
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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/\""
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/11.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add more weather categories and icons

0 comments on commit a463d48

Please sign in to comment.