#0 update demo
This commit is contained in:
@@ -92,7 +92,7 @@ buildscript {
|
|||||||
maven { url 'https://jitpack.io' }
|
maven { url 'https://jitpack.io' }
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath "com.github.DSAppTeam:ComponentCornerstone:1.0.12
|
classpath "com.github.DSAppTeam:ComponentCornerstone:1.0.13
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
allprojects {
|
allprojects {
|
||||||
|
|||||||
@@ -92,7 +92,7 @@ buildscript {
|
|||||||
maven { url 'https://jitpack.io' }
|
maven { url 'https://jitpack.io' }
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath "com.github.DSAppTeam:ComponentCornerstone:1.0.12
|
classpath "com.github.DSAppTeam:ComponentCornerstone:1.0.13
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
allprojects {
|
allprojects {
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ apply from: "./gradleScript/config.gradle"
|
|||||||
|
|
||||||
buildscript {
|
buildscript {
|
||||||
ext.kotlin_version = '1.6.21'
|
ext.kotlin_version = '1.6.21'
|
||||||
ext.component_version = '1.0.10'
|
ext.component_version = '1.0.13'
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
google()
|
google()
|
||||||
@@ -11,7 +11,7 @@ buildscript {
|
|||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath 'com.android.tools.build:gradle:4.1.0'
|
classpath 'com.android.tools.build:gradle:4.1.0'
|
||||||
// classpath "com.github.DSAppTeam:ComponentCornerstone:$component_version"
|
classpath "com.github.DSAppTeam:ComponentCornerstone:$component_version"
|
||||||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
|
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
|
||||||
//调试需要
|
//调试需要
|
||||||
// classpath "com.effective.plugins:component-plugin"
|
// classpath "com.effective.plugins:component-plugin"
|
||||||
@@ -47,4 +47,4 @@ allprojects {
|
|||||||
// delete rootProject.buildDir
|
// delete rootProject.buildDir
|
||||||
//}
|
//}
|
||||||
//
|
//
|
||||||
//apply from: "./gradleScript/component.gradle"
|
apply from: "./gradleScript/component.gradle"
|
||||||
|
|||||||
@@ -2,11 +2,11 @@
|
|||||||
//include ':component-core'
|
//include ':component-core'
|
||||||
|
|
||||||
//发布插件
|
//发布插件
|
||||||
include ':component-plugin'
|
//include ':component-plugin'
|
||||||
|
|
||||||
//调试插件
|
//调试插件
|
||||||
//includeBuild './component-plugin'
|
//includeBuild './component-plugin'
|
||||||
|
|
||||||
//include ':app'/*, ':pins'*/
|
include ':app'/*, ':pins'*/
|
||||||
////include ':debugModule'
|
////include ':debugModule'
|
||||||
//include ':library', ':libraryKotlin', ':libraryWithoutPlugin'
|
include ':library', ':libraryKotlin', ':libraryWithoutPlugin'
|
||||||
|
|||||||
Reference in New Issue
Block a user