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:
parent
600469eb64
commit
383ea58b6c
3 changed files with 6 additions and 6 deletions
|
@ -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"
|
||||
|
|
|
@ -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 />
|
||||
|
||||
|
|
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue