downgrade to APK 29 & bump version

merge-requests/3/head
wow nero 4 years ago
parent 4a819cc159
commit d94d6e6925
No known key found for this signature in database
GPG Key ID: 4386E69AF260078D

@ -1,14 +1,14 @@
apply plugin: 'com.android.application'
android {
compileSdkVersion 30
compileSdkVersion 29
buildToolsVersion '29.0.2'
defaultConfig {
applicationId "com.m2049r.xmrwallet"
minSdkVersion 21
targetSdkVersion 30
versionCode 601
versionName "1.16.1 'Karmic Nodes'"
targetSdkVersion 29
versionCode 602
versionName "1.16.2 'Karmic Nodes'"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
externalNativeBuild {
cmake {

@ -13,6 +13,7 @@
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
<application
android:requestLegacyExternalStorage="true"
android:name=".XmrWalletApplication"
android:allowBackup="false"
android:icon="@mipmap/ic_launcher"

Loading…
Cancel
Save