mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-24 16:27:25 +00:00
Add jetpack compose
This commit is contained in:
@@ -8,6 +8,7 @@ buildscript {
|
||||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
|
||||
classpath "com.google.gms:google-services:$googleServicesVersion"
|
||||
classpath files('libs/gradle-witness.jar')
|
||||
classpath "com.squareup:javapoet:1.13.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -52,6 +53,6 @@ allprojects {
|
||||
project.ext {
|
||||
androidMinimumSdkVersion = 23
|
||||
androidTargetSdkVersion = 31
|
||||
androidCompileSdkVersion = 32
|
||||
androidCompileSdkVersion = 33
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user