Skip to content

Commit f81e073

Browse files
committed
chore(build): 更新版本号并修改仓库配置
- 将版本号从 4.4.0 更新为 4.4.1
1 parent 6c81f62 commit f81e073

2 files changed

Lines changed: 11 additions & 10 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,4 @@ proguard/
3636
.gradle
3737
.idea
3838
build
39+
Repo

library/build.gradle.kts

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
signing
99
}
1010

11-
val versionName = "4.4.0"
11+
val versionName = "4.4.1"
1212

1313

1414
android {
@@ -133,17 +133,17 @@ afterEvaluate {
133133
}
134134

135135
repositories {
136-
maven {
137-
url = uri("https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/")
138-
credentials {
139-
username = ossrhUsername
140-
password = ossrhPassword
141-
}
142-
}
143-
144136
// maven {
145-
// setUrl("$rootDir/Repo")
137+
// url = uri("https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/")
138+
// credentials {
139+
// username = ossrhUsername
140+
// password = ossrhPassword
141+
// }
146142
// }
143+
144+
maven {
145+
setUrl("$rootDir/Repo")
146+
}
147147
}
148148

149149
}

0 commit comments

Comments
 (0)