File tree Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 1
- buildscript {
2
- repositories {
3
- google()
4
- // 自定义插件maven地址
5
- maven { url ' file:///Users/winwang/.m2/repository/' }
6
- }
7
- dependencies {
8
- // 加载自定义插件
9
- classpath ' com.winwang.plugin.lifecycle:applifecycle-plugin:1.0.0'
10
- }
11
- }
1
+ // buildscript {
2
+ // repositories {
3
+ // google()
4
+ // //自定义插件maven地址
5
+ // maven { url 'file:///Users/winwang/.m2/repository/' }
6
+ // }
7
+ // dependencies {
8
+ // //加载自定义插件
9
+ // classpath 'com.winwang.plugin.lifecycle:applifecycle-plugin:1.0.0'
10
+ // }
11
+ // }
12
12
13
13
14
14
plugins {
15
15
id ' com.android.application'
16
16
id ' org.jetbrains.kotlin.android'
17
17
id ' kotlin-kapt'
18
18
}
19
- apply plugin : ' com.winwang.plugin.lifecycle'
19
+ // apply plugin: 'com.winwang.plugin.lifecycle'
20
20
21
21
android {
22
22
compileSdk 32
Original file line number Diff line number Diff line change @@ -23,4 +23,4 @@ kotlin.code.style=official
23
23
android.nonTransitiveRClass =true
24
24
# android.suppressUnsupportedCompileSdk=32
25
25
groupId =com.github.WinWang
26
- libVersion =1.0.2
26
+ libVersion =1.0.3
You can’t perform that action at this time.
0 commit comments