diff --git a/build.gradle b/build.gradle index 4cbf3a01..4f31d17f 100644 --- a/build.gradle +++ b/build.gradle @@ -2,8 +2,8 @@ buildscript { } plugins { - id 'com.android.application' version '8.1.3' apply false - id 'com.android.library' version '8.1.3' apply false + id 'com.android.application' version '8.4.2' apply false + id 'com.android.library' version '8.4.2' apply false id 'org.jetbrains.kotlin.android' version '1.9.21' apply false } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index fe8d690d..1a2b6c43 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ #Fri Sep 08 09:12:54 GST 2023 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/poweramp_api_example/src/main/AndroidManifest.xml b/poweramp_api_example/src/main/AndroidManifest.xml index 01b8e948..f0ade2bd 100644 --- a/poweramp_api_example/src/main/AndroidManifest.xml +++ b/poweramp_api_example/src/main/AndroidManifest.xml @@ -10,13 +10,13 @@ android:icon="@mipmap/app_icon" android:label="@string/app_name" android:theme="@style/AppTheme" - android:allowBackup="false" + android:allowBackup="true" > + tools:ignore="RedundantLabel"> @@ -52,4 +52,4 @@ - \ No newline at end of file +