10 lines
208 B
Groovy
10 lines
208 B
Groovy
|
include ':app'
|
|||
|
|
|||
|
apply from: 'tauri.settings.gradle'
|
|||
|
|
|||
|
dependencyResolutionManagement {
|
|||
|
repositories {
|
|||
|
// JitPack 远程仓库:https://jitpack.io
|
|||
|
maven { url 'https://jitpack.io' }
|
|||
|
}
|
|||
|
}
|