Skip to content

Commit 36cd111

Browse files
author
WinWang
committed
修改版本号1.0.3
1 parent 3a45dc2 commit 36cd111

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

app/build.gradle

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
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+
//}
1212

1313

1414
plugins {
1515
id 'com.android.application'
1616
id 'org.jetbrains.kotlin.android'
1717
id 'kotlin-kapt'
1818
}
19-
apply plugin: 'com.winwang.plugin.lifecycle'
19+
//apply plugin: 'com.winwang.plugin.lifecycle'
2020

2121
android {
2222
compileSdk 32

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ kotlin.code.style=official
2323
android.nonTransitiveRClass=true
2424
#android.suppressUnsupportedCompileSdk=32
2525
groupId=com.github.WinWang
26-
libVersion=1.0.2
26+
libVersion=1.0.3

0 commit comments

Comments
 (0)