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 cfa3dc7e84
commit 6c1ded4039
4 changed files with 14 additions and 13 deletions

View file

@ -4,12 +4,13 @@ plugins {
} }
android { android {
compileSdk 32 namespace 'io.element.android.x'
compileSdk 33
defaultConfig { defaultConfig {
applicationId "io.element.android.x" applicationId "io.element.android.x"
minSdk 29 minSdk 29
targetSdk 32 targetSdk 33
versionCode 1 versionCode 1
versionName "1.0" versionName "1.0"
@ -47,12 +48,12 @@ android {
dependencies { 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.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.compose.ui:ui-tooling-preview:$compose_version"
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.3.1' implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.5.1'
implementation 'androidx.activity:activity-compose:1.3.1' implementation 'androidx.activity:activity-compose:1.6.0'
testImplementation 'junit:junit:4.13.2' testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.3' androidTestImplementation 'androidx.test.ext:junit:1.1.3'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'

View file

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

View file

@ -1,12 +1,12 @@
buildscript { buildscript {
ext { ext {
compose_version = '1.1.0-beta01' compose_version = '1.3.0-rc01'
} }
}// Top-level build file where you can add configuration options common to all sub-projects/modules. }// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins { plugins {
id 'com.android.application' version '7.2.0' apply false id 'com.android.application' version '7.3.0' apply false
id 'com.android.library' version '7.2.0' apply false id 'com.android.library' version '7.3.0' apply false
id 'org.jetbrains.kotlin.android' version '1.5.31' apply false id 'org.jetbrains.kotlin.android' version '1.7.10' apply false
} }
task clean(type: Delete) { task clean(type: Delete) {

View file

@ -1,6 +1,7 @@
#Fri Oct 07 15:02:00 CEST 2022 #Fri Oct 07 15:02:00 CEST 2022
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip distributionSha256Sum=db9c8211ed63f61f60292c69e80d89196f9eb36665e369e7f00ac4cc841c2219
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-all.zip
distributionPath=wrapper/dists distributionPath=wrapper/dists
zipStorePath=wrapper/dists zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME