1
0
Fork 0
mirror of https://github.com/rfc2822/GfxTablet synced 2025-10-06 02:39:56 +02:00

Version bump to 1.4

* update homepage URL
This commit is contained in:
Ricki Hirner 2015-12-09 13:33:05 +01:00
parent 600469eb64
commit 383ea58b6c
No known key found for this signature in database
GPG key ID: C4A212CF0B2B4566
3 changed files with 6 additions and 6 deletions

View file

@ -1,8 +1,8 @@
apply plugin: 'com.android.application'
android {
compileSdkVersion 22
buildToolsVersion "22.0.1"
compileSdkVersion 23
buildToolsVersion "23.0.2"
defaultConfig {
applicationId "at.bitfire.gfxtablet"

View file

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="at.bitfire.gfxtablet"
android:versionCode="4"
android:versionName="1.3" >
android:versionCode="5"
android:versionName="1.4" >
<uses-sdk />

View file

@ -26,7 +26,7 @@ public class CanvasActivity extends AppCompatActivity implements View.OnSystemUi
private static final int RESULT_LOAD_IMAGE = 1;
private static final String TAG = "GfxTablet.Canvas";
final Uri homepageUri = Uri.parse(("https://rfc2822.github.io/GfxTablet/"));
final Uri homepageUri = Uri.parse(("https://gfxtablet.bitfire.at"));
NetworkClient netClient;
@ -90,7 +90,7 @@ public class CanvasActivity extends AppCompatActivity implements View.OnSystemUi
}
public void showDonate(MenuItem item) {
startActivity(new Intent(Intent.ACTION_VIEW, homepageUri.buildUpon().fragment("donate").build()));
startActivity(new Intent(Intent.ACTION_VIEW, homepageUri.buildUpon().appendPath("donate").build()));
}
public void showSettings(MenuItem item) {