Commit 3e661314 by 王宇航

試試能否解決上傳jitpack報錯問題

parent 2bf648c3
......@@ -3,20 +3,7 @@
<component name="deploymentTargetDropDown">
<value>
<entry key="app">
<State>
<runningDeviceTargetSelectedWithDropDown>
<Target>
<type value="RUNNING_DEVICE_TARGET" />
<deviceKey>
<Key>
<type value="SERIAL_NUMBER" />
<value value="9X4TRG5PSCEYZHZX" />
</Key>
</deviceKey>
</Target>
</runningDeviceTargetSelectedWithDropDown>
<timeTargetWasSelectedWithDropDown value="2024-05-24T09:32:50.146130200Z" />
</State>
<State />
</entry>
</value>
</component>
......
......@@ -25,11 +25,11 @@ android {
}
}
compileOptions {
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11
}
kotlinOptions {
jvmTarget = "1.8"
jvmTarget = "11"
}
}
......@@ -85,13 +85,7 @@ afterEvaluate {
}
repositories {
maven {
url = uri("https://your.remote.repo.url")
credentials {
username = project.findProperty("mavenUsername") as String? ?: "defaultUsername"
password = project.findProperty("mavenPassword") as String? ?: "defaultPassword"
}
}
maven {}
}
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment