File tree 3 files changed +15
-6
lines changed
3 files changed +15
-6
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,16 @@ android {
46
46
}
47
47
48
48
compileOptions {
49
- sourceCompatibility 1.8
50
- targetCompatibility 1.8
49
+ sourceCompatibility JavaVersion . VERSION_1_8
50
+ targetCompatibility JavaVersion . VERSION_1_8
51
+ }
52
+
53
+ kotlinOptions {
54
+ jvmTarget = ' 1.8'
55
+ }
56
+
57
+ if (project. android. hasProperty(' namespace' )) {
58
+ namespace ' com.xraph.plugin.flutter_unity_widget'
51
59
}
52
60
}
53
61
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
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ description: Demonstrates how to use the flutter_unity_widget plugin.
6
6
publish_to : " none" # Remove this line if you wish to publish to pub.dev
7
7
8
8
environment :
9
- sdk : " >=2.7 .0 <3.0.0"
9
+ sdk : " >=2.12 .0 <3.0.0"
10
10
11
11
dependencies :
12
12
cupertino_icons : ^1.0.0
You can’t perform that action at this time.
0 commit comments