File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed
packages/desktop_drop/android Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ group 'com.example.desktop_drop'
22version ' 1.0-SNAPSHOT'
33
44buildscript {
5- ext. kotlin_version = ' 1.7.10 '
5+ ext. kotlin_version = ' 1.9.25 '
66 repositories {
77 google()
88 mavenCentral()
@@ -14,23 +14,23 @@ buildscript {
1414 }
1515}
1616
17+ apply plugin : ' com.android.library'
18+ apply plugin : ' kotlin-android'
19+
1720rootProject. allprojects {
1821 repositories {
1922 google()
2023 mavenCentral()
2124 }
2225}
2326
24- apply plugin : ' com.android.library'
25- apply plugin : ' kotlin-android'
26-
2727android {
2828 // Conditional for compatibility with AGP <4.2.
2929 if (project. android. hasProperty(" namespace" )) {
3030 namespace ' one.mixin.desktop.drop'
3131 }
3232
33- compileSdk 33
33+ compileSdk 36
3434
3535 compileOptions {
3636 sourceCompatibility JavaVersion . VERSION_1_8
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.5-bin.zip
4+ networkTimeout =10000
5+ validateDistributionUrl =true
36zipStoreBase =GRADLE_USER_HOME
47zipStorePath =wrapper/dists
5- distributionUrl =https\://services.gradle.org/distributions/gradle-7.5-all.zip
You can’t perform that action at this time.
0 commit comments