- android release 1.01
This commit is contained in:
parent
e293617749
commit
09a48289e2
5 changed files with 5 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0"?>
|
||||
<manifest package="com.dasschmalter.dasschmalterapp" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="1.0" android:versionCode="1" android:installLocation="auto">
|
||||
<manifest package="com.dasschmalter.dasschmalterapp" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="1.01" android:versionCode="2" android:installLocation="auto">
|
||||
<application android:hardwareAccelerated="true" android:name="org.qtproject.qt5.android.bindings.QtApplication" android:label="DasSchmalter" android:icon="@drawable/icon">
|
||||
<activity android:configChanges="orientation|uiMode|screenLayout|screenSize|smallestScreenSize|layoutDirection|locale|fontScale|keyboard|keyboardHidden|navigation" android:name="org.qtproject.qt5.android.bindings.QtActivity" android:label="DasSchmalter" android:screenOrientation="unspecified" android:launchMode="singleTop">
|
||||
<intent-filter>
|
||||
|
|
|
@ -3,4 +3,5 @@ This is the app to control 'Das SChmalter'.
|
|||
It is written in Qt an can be crosscompiled to every plattform.
|
||||
# Download
|
||||
We currently have releases for:
|
||||
- [Android](https://git.itsblue.de/dorian/dasschmalter/raw/master/Das%20Schmalter%20App/Release/Android/DasSmalter-ARMv7.apk)
|
||||
|
||||
- [Android](https://git.itsblue.de/dorian/dasschmalter/raw/master/Das%20Schmalter%20App/Release/Android/DasSchmalter-Signed-ARMv7-latest.apk)
|
Binary file not shown.
Binary file not shown.
|
@ -7,4 +7,5 @@ It was created on the [Hack to the future](https://www.hacktothefuture.de/de/sta
|
|||
# App
|
||||
|
||||
The 'Das Schmalter' App is currently available for:
|
||||
- [Android](https://git.itsblue.de/dorian/dasschmalter/raw/master/Das%20Schmalter%20App/Release/Android/DasSmalter-ARMv7.apk)
|
||||
|
||||
- [Android](https://git.itsblue.de/dorian/dasschmalter/raw/master/Das%20Schmalter%20App/Release/Android/DasSchmalter-Signed-ARMv7-latest.apk)
|
Reference in a new issue