Skip to content

Commit

Permalink
Version 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dh4 committed Mar 31, 2021
1 parent ab70292 commit 96997aa
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 "com.danhasting.radar"
minSdkVersion 16
targetSdkVersion 29
versionCode 3
versionName "1.1"
versionCode 4
versionName "1.2"

testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'

Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@

<!-- About -->
<string name="version">Version:</string>
<string name="copyright">Copyright © 2018&#8211;2020, Dan Hasting</string>
<string name="copyright">Copyright © 2018&#8211;2021, Dan Hasting</string>
<string name="donate">Weather Radar is provided free of charge and with no advertisements. If you find it useful, please consider supporting my work.</string>
<string name="donate_button">Donate</string>
<string name="license_line1">Weather Radar is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.</string>
Expand Down

0 comments on commit 96997aa

Please sign in to comment.