Skip to content

Commit

Permalink
Merge pull request #7 from bachhoan88/release_20211215
Browse files Browse the repository at this point in the history
Release new version
  • Loading branch information
hoaibn-0332 committed Dec 15, 2021
2 parents 4f16289 + 1571066 commit c587273
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ android {
applicationId "com.example.weather"
minSdk 21
targetSdk 31
versionCode 2
versionName "1.0.1"
versionCode 3
versionName "1.0.2"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
3 changes: 1 addition & 2 deletions app/src/dev/res/values/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@
<resources>
<string name="base_url">https://api.openweathermap.org/data/2.5/</string>
<string name="com.crashlytics.android.build_id">RANDOM_UUID</string>
<!-- <string name="weather_app_id">WEATHER_APP_ID</string>-->
<string name="weather_app_id">19db43609e401fea86cc6f8d7e2bc8cd</string>
<string name="weather_app_id">WEATHER_APP_ID</string>
</resources>

0 comments on commit c587273

Please sign in to comment.