-
Notifications
You must be signed in to change notification settings - Fork 340
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
78c7b9b
commit 4dd309f
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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.5</p>" + | ||
String about = "<p>1.6</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='https://openweathermap.org/'>OpenWeatherMap</a>, under the <a href='http://creativecommons.org/licenses/by-sa/2.0/'>Creative Commons license</a>" + | ||
|