File tree Expand file tree Collapse file tree 2 files changed +15
-15
lines changed
Expand file tree Collapse file tree 2 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -173,19 +173,19 @@ android {
173173 }
174174}
175175
176- publishing {
177- publications {
178- release(MavenPublication ) {
179- groupId = ' com.ven.assists'
180- artifactId = ' opencv'
181- version = ' 3.0.3'
182-
183- afterEvaluate {
184- from components. release
185- }
186- }
187- }
188- }
176+ // publishing {
177+ // publications {
178+ // release(MavenPublication) {
179+ // groupId = 'com.ven.assists'
180+ // artifactId = 'opencv'
181+ // version = '3.0.3'
182+ //
183+ // afterEvaluate {
184+ // from components.release
185+ // }
186+ // }
187+ // }
188+ // }
189189
190190
191191afterEvaluate {
@@ -196,7 +196,7 @@ afterEvaluate {
196196
197197 groupId = ' com.github.ven-coder'
198198 artifactId = ' assists-opencv'
199- version = ' 3.0.3 '
199+ version = ' 3.0.4 '
200200
201201 pom. withXml {
202202 def dependenciesNode = asNode(). appendNode(' dependencies' )
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ afterEvaluate {
6060
6161 groupId = ' com.github.ven-coder'
6262 artifactId = ' assists-base'
63- version = ' 3.0.3 '
63+ version = ' 3.0.4 '
6464
6565 pom. withXml {
6666 def dependenciesNode = asNode(). appendNode(' dependencies' )
You can’t perform that action at this time.
0 commit comments