Commit ce39f500 authored by shiyl's avatar shiyl

更新本地yac-engine插件版本,修复本地aar依赖问题

parent 92c77812
......@@ -58,8 +58,6 @@ android {
dependencies {
// 注意高德地图jar引入需要其他组件可以使用,故而api
api fileTree(dir: 'libs', include: ['*.jar', '*.aar'])
// api(name: 'yac-core-0.0.6', ext: 'aar')
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
// kotlin实现MVVM框架之使用DataBinding之unresolved reference: BR解决办法
kapt "com.android.databinding:compiler:4.0.1"
......@@ -68,7 +66,4 @@ dependencies {
compileOnly rootProject.ext.dependencies.privateImplementation
testImplementation rootProject.ext.dependencies.testImplementation
androidTestImplementation rootProject.ext.dependencies.androidTestImplementation
// api('com.yidian.android:CommonComponent:0.0.88') {
// exclude(group: 'com.yidian.android', module: 'NetworkImageLib')
// }
}
\ No newline at end of file
......@@ -8,12 +8,11 @@ buildscript {
mavenCentral()
maven { url 'https://jitpack.io' }
maven { url uri("repo") }
maven { url "../repo"}
}
dependencies {
classpath "com.android.tools.build:gradle:4.0.1"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "com.yidian.yac:yac-engine:0.0.6"
classpath "com.yidian.yac:yac-engine:0.0.7"
// classpath files('CommonLib/BCommon/libs/yac-engine-0.0.6.jar')
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
......@@ -27,7 +26,6 @@ allprojects {
mavenCentral()
maven { url 'https://jitpack.io' }
maven { url uri("repo") }
maven { url "../repo"}
}
}
......
......@@ -37,27 +37,6 @@ ext.dependencies = [
'androidx.lifecycle:lifecycle-viewmodel-ktx:2.3.0',
"androidx.recyclerview:recyclerview:1.1.0",
// // 一点内部SDK
// 'com.yidian.android:CommonUtil:0.0.88',
// 'com.yidian.android:nightmode:0.0.88',
// // 风控SDK
// 'com.yidian.ftcomponents:ftdevicefinger:0.0.14',
// // http框架
// 'com.yidian.framework.mobile:ydhttp:1.1.3-SNAPSHOT',
// 'com.yidian.framework.mobile:ydutils:1.0.1-SNAPSHOT',
// // 磐石
// 'com.yidian.framework.mobile:xdiamond:1.1.1',
// // 慧眼
// 'com.yidian.framework.mobile.xinsight:xinsight:1.1.7',
// // NA页面栈
// 'com.yidian.xpage:xpagenative:0.0.1',
// // 组件化架构
// deps.yac.core,
// deps.xarc.xbrid,
// deps.xarc.xbase,
// deps.xarc.xrouter,
// deps.xarc.xevent,
// 第三方SDK
// 屏幕适配 https://github.com/JessYanCoding/AndroidAutoSize
'me.jessyan:autosize:1.2.1',
......@@ -88,13 +67,12 @@ ext.dependencies = [
'com.squareup.retrofit2:retrofit:2.9.0',
'org.greenrobot:eventbus:3.0.0',
'com.loopj.android:android-async-http:1.4.9',
'com.squareup.retrofit2:adapter-rxjava3:2.9.0',
'com.squareup.retrofit2:converter-gson:2.9.0',
'com.squareup.okhttp3:logging-interceptor:4.9.2'
],
// 私有依赖 B端自己使用的依赖(不输出给C端)只在B端使用的组件以implementation依赖 需要输出给C端的组件以compileOnly依赖
privateImplementation : [
// 一点内部SDK
// 应用升级SDK
// 'com.yidian.pmcomponents:appupdate:0.0.8',
// 第三方SDK
// 友盟基础组件(必选)
'com.umeng.umsdk:common:9.4.0',
......
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