mirror of
https://github.com/KDE/kasts.git
synced 2024-12-18 19:42:59 +01:00
Properly apply version to AndroidManifest
This commit is contained in:
parent
e62d17f9b0
commit
6e89247c6e
@ -6,8 +6,8 @@
|
||||
-->
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="org.kde.kasts"
|
||||
android:versionName="0.0.1"
|
||||
android:versionCode="1588098483"
|
||||
android:versionName="${versionName}"
|
||||
android:versionCode="${versionCode}"
|
||||
android:installLocation="auto">
|
||||
|
||||
<supports-screens android:largeScreens="true" android:normalScreens="true" android:anyDensity="true" android:smallScreens="true"/>
|
||||
|
Loading…
Reference in New Issue
Block a user