File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,3 +36,4 @@ proguard/
3636.gradle
3737.idea
3838build
39+ Repo
Original file line number Diff line number Diff 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
1414android {
@@ -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 }
You can’t perform that action at this time.
0 commit comments