diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 11504a5e..46c6e1d3 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -54,6 +54,7 @@ android:label="KDE Connect" android:supportsRtl="true" android:allowBackup="false" + android:dataExtractionRules="@xml/data_extraction_rules" android:networkSecurityConfig="@xml/network_security_config" android:theme="@style/KdeConnectTheme.NoActionBar" android:name="org.kde.kdeconnect.MyApplication"> diff --git a/build.gradle b/build.gradle index b2c70b32..71848fc3 100644 --- a/build.gradle +++ b/build.gradle @@ -23,7 +23,7 @@ android { compileSdkVersion 33 defaultConfig { minSdkVersion 21 - targetSdkVersion 31 + targetSdkVersion 32 proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' } buildFeatures { diff --git a/res/xml/data_extraction_rules.xml b/res/xml/data_extraction_rules.xml new file mode 100644 index 00000000..7da4b02d --- /dev/null +++ b/res/xml/data_extraction_rules.xml @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file