Skip to content
This repository was archived by the owner on Aug 28, 2025. It is now read-only.

Commit 383ea58

Browse files
committed
Version bump to 1.4
* update homepage URL
1 parent 600469e commit 383ea58

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

app-android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apply plugin: 'com.android.application'
22

33
android {
4-
compileSdkVersion 22
5-
buildToolsVersion "22.0.1"
4+
compileSdkVersion 23
5+
buildToolsVersion "23.0.2"
66

77
defaultConfig {
88
applicationId "at.bitfire.gfxtablet"

app-android/app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
package="at.bitfire.gfxtablet"
4-
android:versionCode="4"
5-
android:versionName="1.3" >
4+
android:versionCode="5"
5+
android:versionName="1.4" >
66

77
<uses-sdk />
88

app-android/app/src/main/java/at/bitfire/gfxtablet/CanvasActivity.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public class CanvasActivity extends AppCompatActivity implements View.OnSystemUi
2626
private static final int RESULT_LOAD_IMAGE = 1;
2727
private static final String TAG = "GfxTablet.Canvas";
2828

29-
final Uri homepageUri = Uri.parse(("https://rfc2822.github.io/GfxTablet/"));
29+
final Uri homepageUri = Uri.parse(("https://gfxtablet.bitfire.at"));
3030

3131
NetworkClient netClient;
3232

@@ -90,7 +90,7 @@ public void showAbout(MenuItem item) {
9090
}
9191

9292
public void showDonate(MenuItem item) {
93-
startActivity(new Intent(Intent.ACTION_VIEW, homepageUri.buildUpon().fragment("donate").build()));
93+
startActivity(new Intent(Intent.ACTION_VIEW, homepageUri.buildUpon().appendPath("donate").build()));
9494
}
9595

9696
public void showSettings(MenuItem item) {

0 commit comments

Comments
 (0)