diff --git a/app/build.gradle b/app/build.gradle index 488da5cb..837848f4 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -40,8 +40,9 @@ android { vectorDrawables { useSupportLibrary true } - manifestPlaceholders = [ - is_self_build: "$isSelfBuild" + manifestPlaceholders = [ + is_self_build: "$isSelfBuild", + enable_new_ui: "${debug || isSelfBuild}", ] } buildFeatures { @@ -194,14 +195,14 @@ dependencies { implementation fileTree(include: ["*.jar"], dir: "libs") //AndroidX - implementation "androidx.appcompat:appcompat:1.6.0" + implementation "androidx.appcompat:appcompat:1.6.1" implementation "androidx.annotation:annotation:1.5.0" implementation "androidx.constraintlayout:constraintlayout:2.1.4" implementation "androidx.core:core-ktx:1.9.0" implementation 'androidx.core:core-splashscreen:1.0.0' implementation "androidx.preference:preference-ktx:1.2.0" implementation "androidx.gridlayout:gridlayout:1.0.0" - implementation "androidx.browser:browser:1.4.0" + implementation "androidx.browser:browser:1.5.0" implementation "androidx.viewpager2:viewpager2:1.0.0" implementation "androidx.palette:palette-ktx:1.0.0" implementation "androidx.window:window:1.0.0" diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 50efa61c..9ef79f4f 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -117,6 +117,9 @@ + = Build.VERSION_CODES.P -> GifAnimatedDrawableDecoder.Factory()