#0 update demo

This commit is contained in:
LinYYY
2022-11-23 17:09:31 +08:00
parent bedb76db1f
commit 2d54e7c507
4 changed files with 8 additions and 8 deletions

View File

@@ -92,7 +92,7 @@ buildscript {
maven { url 'https://jitpack.io' }
}
dependencies {
classpath "com.github.DSAppTeam:ComponentCornerstone:1.0.12
classpath "com.github.DSAppTeam:ComponentCornerstone:1.0.13
}
}
allprojects {

View File

@@ -92,7 +92,7 @@ buildscript {
maven { url 'https://jitpack.io' }
}
dependencies {
classpath "com.github.DSAppTeam:ComponentCornerstone:1.0.12
classpath "com.github.DSAppTeam:ComponentCornerstone:1.0.13
}
}
allprojects {

View File

@@ -2,7 +2,7 @@ apply from: "./gradleScript/config.gradle"
buildscript {
ext.kotlin_version = '1.6.21'
ext.component_version = '1.0.10'
ext.component_version = '1.0.13'
repositories {
google()
@@ -11,7 +11,7 @@ buildscript {
}
dependencies {
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 "com.effective.plugins:component-plugin"
@@ -47,4 +47,4 @@ allprojects {
// delete rootProject.buildDir
//}
//
//apply from: "./gradleScript/component.gradle"
apply from: "./gradleScript/component.gradle"

View File

@@ -2,11 +2,11 @@
//include ':component-core'
//发布插件
include ':component-plugin'
//include ':component-plugin'
//调试插件
//includeBuild './component-plugin'
//include ':app'/*, ':pins'*/
include ':app'/*, ':pins'*/
////include ':debugModule'
//include ':library', ':libraryKotlin', ':libraryWithoutPlugin'
include ':library', ':libraryKotlin', ':libraryWithoutPlugin'