Commit 3e661314 by 王宇航

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

parent 2bf648c3
...@@ -3,20 +3,7 @@ ...@@ -3,20 +3,7 @@
<component name="deploymentTargetDropDown"> <component name="deploymentTargetDropDown">
<value> <value>
<entry key="app"> <entry key="app">
<State> <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>
</entry> </entry>
</value> </value>
</component> </component>
......
...@@ -25,11 +25,11 @@ android { ...@@ -25,11 +25,11 @@ android {
} }
} }
compileOptions { compileOptions {
sourceCompatibility = JavaVersion.VERSION_1_8 sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_1_8 targetCompatibility = JavaVersion.VERSION_11
} }
kotlinOptions { kotlinOptions {
jvmTarget = "1.8" jvmTarget = "11"
} }
} }
...@@ -85,13 +85,7 @@ afterEvaluate { ...@@ -85,13 +85,7 @@ afterEvaluate {
} }
repositories { repositories {
maven { maven {}
url = uri("https://your.remote.repo.url")
credentials {
username = project.findProperty("mavenUsername") as String? ?: "defaultUsername"
password = project.findProperty("mavenPassword") as String? ?: "defaultPassword"
}
}
} }
} }
} }
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