Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
robinpaulson committed Jun 29, 2017
2 parents 59c25e8 + e5e9f97 commit ed18089
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 23
versionCode 16
versionName "1.4"
versionCode 17
versionName "1.4.1"
}

lintOptions {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ private void aboutDialog() {
AlertDialog.Builder alert = new AlertDialog.Builder(this);
alert.setTitle("Forecastie");
final WebView webView = new WebView(this);
String about = "<p>1.4</p>" +
String about = "<p>1.4.1</p>" +
"<p>A lightweight, opensource weather app.</p>" +
"<p>Developed by <a href='mailto:[email protected]'>Tomas Martykan</a></p>" +
"<p>Data provided by <a href='http://openweathermap.org/'>OpenWeatherMap</a>, under the <a href='http://creativecommons.org/licenses/by-sa/2.0/'>Creative Commons license</a>" +
Expand Down

0 comments on commit ed18089

Please sign in to comment.