Use latest libraries and SDK

This commit is contained in:
Benoit Marty 2022-10-07 15:36:02 +02:00 committed by Benoit Marty
parent 4dc26a4ffa
commit 6a6cab33fd
4 changed files with 14 additions and 13 deletions

View file

@ -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'

View file

@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="io.element.android.x">
xmlns:tools="http://schemas.android.com/tools">
<application
android:allowBackup="true"