Skip to content
Snippets Groups Projects
Commit b47508be authored by Tim Kleinhans's avatar Tim Kleinhans :desktop:
Browse files

Merge branch 'devel' into 'beta'

Beta-Release v0.0.2

See merge request !3
parents 21308471 052009ae
No related branches found
Tags beta_release_0.0.2
1 merge request!3Beta-Release v0.0.2
......@@ -9,8 +9,8 @@ android {
applicationId "de.kleinhti.hgkapp"
minSdk 21
targetSdk 30
versionCode 1
versionName "Alpha 0.0.1"
versionCode 2
versionName "Alpha 0.0.2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
......
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="de.kleinhti.hgkapp"
android:versionCode="1"
android:versionCode="2"
android:versionCodeMajor="0"
android:versionName="Alpha 0.0.1">
android:versionName="Alpha 0.0.2">
<uses-permission android:name="android.permission.INTERNET" />
......
......@@ -117,7 +117,6 @@ public class MainActivity extends AppCompatActivity implements View.OnClickListe
MainActivity.this.startActivity(new Intent(MainActivity.this, AboutActivity.class));
break;
}
return false;
}
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment