代码拉取完成,页面将自动刷新
同步操作将从 wgllss/WXDynamicPlugin 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
buildscript {
ext.kotlin_version = '1.7.0'
repositories {
google()
mavenCentral()
maven { url 'https://jitpack.io' }
maven { url 'https://repo1.maven.org/maven2/' }
maven { url 'https://s01.oss.sonatype.org/content/repositories/releases/' }
}
dependencies {
classpath "com.android.tools.build:gradle:4.2.1"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath 'com.google.protobuf:protobuf-gradle-plugin:0.8.19'
}
}
ext {
kotlin_version = "1.7.0"
compileSdkVersion = 33
buildToolsVersion = "30.0.3"
minSdkVersion = 24
targetSdkVersion = 33
libSupportAppcompat = 'androidx.appcompat:appcompat:1.3.0'
libSupportRecyclerView = 'androidx.recyclerview:recyclerview:1.1.0'
libSupportdesign = 'com.google.android.material:material:1.5.0-alpha05'
constraintlayout = 'androidx.constraintlayout:constraintlayout:2.0.1'
activity_ktx = 'androidx.activity:activity-ktx:1.7.0'
fragment_ktx = 'androidx.fragment:fragment-ktx:1.3.0'
def inputSteam = project.rootProject.file('local.properties').newDataInputStream()
def properties = new Properties()
properties.load(inputSteam)
workingDirPath = properties.getProperty('workingDirPath')
}
allprojects {
repositories {
google()
mavenCentral()
jcenter() // Warning: this repository is going to shut down soon
maven { url 'https://jitpack.io' }
// maven { url uri('../WXDynamicMusic/WX-Groovy-Plugin/repo') }
maven { url 'https://repo1.maven.org/maven2/' }
maven { url 'https://s01.oss.sonatype.org/content/repositories/releases/' }
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。