File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,10 +26,10 @@ apply plugin: "kotlin-android"
2626
2727android {
2828 if (project. android. hasProperty(" namespace" )) {
29- namespace = " io.livekit.pluginn "
29+ namespace = " io.livekit.plugin "
3030 }
3131
32- compileSdk = 34
32+ compileSdk = 36
3333
3434 compileOptions {
3535 sourceCompatibility = JavaVersion . VERSION_1_8
Original file line number Diff line number Diff line change 11org.gradle.jvmargs =-Xmx1536M
22android.useAndroidX =true
3- android.enableJetifier =true
Original file line number Diff line number Diff line change 11org.gradle.jvmargs =-Xmx8G -XX:MaxMetaspaceSize =4G -XX:ReservedCodeCacheSize =512m -XX:+HeapDumpOnOutOfMemoryError
22android.useAndroidX =true
3- android.enableJetifier =true
Original file line number Diff line number Diff line change 11# Thu Nov 14 15:55:14 CST 2024
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
4- distributionUrl =https\://services.gradle.org/distributions/gradle-8.12.1 -all.zip
4+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.14 -all.zip
55zipStoreBase =GRADLE_USER_HOME
66zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments