Skip to content

Commit

Permalink
add new api key; prepare for v1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
robinpaulson committed Dec 17, 2021
1 parent e0cb08c commit e569235
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "cz.martykan.forecastie"
minSdkVersion 15
targetSdkVersion 29
versionCode 71
versionName "1.20"
versionCode 72
versionName "1.21"
}

lintOptions {
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/keys.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="apiKey" translatable="false">"5dfc6b895bd1f7dad9595d05e09f6be4"</string>
<string name="apiKey" translatable="false">"66803bb34c2a6e2cfe7ad7e2beb619ec"</string>
</resources>

0 comments on commit e569235

Please sign in to comment.