File tree 2 files changed +10
-5
lines changed
2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ buildscript {
9
9
}
10
10
11
11
dependencies {
12
- classpath ' com.android.tools.build:gradle:4.1.0 '
12
+ classpath ' com.android.tools.build:gradle:7. 4.1'
13
13
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
14
14
}
15
15
}
@@ -33,7 +33,7 @@ apply plugin: 'com.android.library'
33
33
apply plugin : ' kotlin-android'
34
34
35
35
android {
36
- compileSdkVersion 29
36
+ compileSdk 33
37
37
38
38
sourceSets {
39
39
main. java. srcDirs + = ' src/main/kotlin'
@@ -46,8 +46,12 @@ android {
46
46
}
47
47
48
48
compileOptions {
49
- sourceCompatibility 1.8
50
- targetCompatibility 1.8
49
+ sourceCompatibility JavaVersion . VERSION_17
50
+ targetCompatibility JavaVersion . VERSION_17
51
+ }
52
+
53
+ if (project. android. hasProperty(' namespace' )) {
54
+ namespace ' com.xraph.plugin.flutter_unity_widget'
51
55
}
52
56
}
53
57
Original file line number Diff line number Diff line change
1
+ # Mon Jul 15 17:33:14 EDT 2024
1
2
distributionBase =GRADLE_USER_HOME
2
3
distributionPath =wrapper/dists
4
+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.5-bin.zip
3
5
zipStoreBase =GRADLE_USER_HOME
4
6
zipStorePath =wrapper/dists
5
- distributionUrl =https\://services.gradle.org/distributions/gradle-7.4-all.zip
You can’t perform that action at this time.
0 commit comments