From 6a6cab33fdd549c33aafe3bc3e8bb5ee85b17586 Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Fri, 7 Oct 2022 15:36:02 +0200 Subject: [PATCH] Use latest libraries and SDK --- app/build.gradle | 13 +++++++------ app/src/main/AndroidManifest.xml | 3 +-- build.gradle | 8 ++++---- gradle/wrapper/gradle-wrapper.properties | 3 ++- 4 files changed, 14 insertions(+), 13 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index d20ff5673a..fbaed4b1d1 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -4,12 +4,13 @@ plugins { } android { - compileSdk 32 + namespace 'io.element.android.x' + compileSdk 33 defaultConfig { applicationId "io.element.android.x" minSdk 29 - targetSdk 32 + targetSdk 33 versionCode 1 versionName "1.0" @@ -47,12 +48,12 @@ android { dependencies { - implementation 'androidx.core:core-ktx:1.7.0' + implementation 'androidx.core:core-ktx:1.9.0' implementation "androidx.compose.ui:ui:$compose_version" - implementation 'androidx.compose.material3:material3:1.0.0-alpha01' + implementation 'androidx.compose.material3:material3:1.0.0-rc01' implementation "androidx.compose.ui:ui-tooling-preview:$compose_version" - implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.3.1' - implementation 'androidx.activity:activity-compose:1.3.1' + implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.5.1' + implementation 'androidx.activity:activity-compose:1.6.0' testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.1.3' androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 694cbc3599..449a658744 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -1,7 +1,6 @@ + xmlns:tools="http://schemas.android.com/tools">