Skip to content

Commit c2c336a

Browse files
committed
fixed typos
1 parent 22f6cc8 commit c2c336a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
minSdkVersion 15
88
//noinspection ExpiringTargetSdkVersion
99
targetSdkVersion 26
10-
versionCode 22
11-
versionName "1.6.3"
10+
versionCode 23
11+
versionName "1.6.4"
1212
}
1313

1414
lintOptions {

app/src/main/java/cz/martykan/forecastie/activities/MainActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ private void aboutDialog() {
301301
AlertDialog.Builder alert = new AlertDialog.Builder(this);
302302
alert.setTitle("Forecastie");
303303
final WebView webView = new WebView(this);
304-
String about = "<p>1.6.3</p>" +
304+
String about = "<p>1.6.4</p>" +
305305
"<p>A lightweight, opensource weather app.</p>" +
306306
"<p>Developed by <a href='mailto:t.martykan@gmail.com'>Tomas Martykan</a> and others</p>" +
307307
"<p>Data provided by <a href='https://openweathermap.org/'>OpenWeatherMap</a>, under the <a href='http://creativecommons.org/licenses/by-sa/2.0/'>Creative Commons license</a>" +

0 commit comments

Comments
 (0)