Skip to content

Commit 0d360a7

Browse files
author
Ven
committed
feat: 修改依赖
1 parent c0d4af7 commit 0d360a7

File tree

2 files changed

+2
-20
lines changed

2 files changed

+2
-20
lines changed

assists-opencv/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,5 +218,5 @@ afterEvaluate {
218218

219219
dependencies {
220220
implementation 'androidx.core:core-ktx:1.13.1'
221-
// implementation project(':assists')
221+
implementation project(':assists')
222222
}

assists/build.gradle

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -34,24 +34,6 @@ android {
3434
}
3535
}
3636

37-
//publishing {
38-
// publications {
39-
// release(MavenPublication) {
40-
// groupId = 'com.ven.assists'
41-
// artifactId = 'base'
42-
// version = '3.0.0'
43-
//
44-
// afterEvaluate {
45-
// from components.release
46-
// }
47-
//
48-
// artifact(source: android.libraries.libraryVariants) {
49-
// builtBy android.libraryVariants
50-
// }
51-
// }
52-
// }
53-
//}
54-
5537
afterEvaluate {
5638
publishing {
5739
publications {
@@ -60,7 +42,7 @@ afterEvaluate {
6042

6143
groupId = 'com.github.ven-coder'
6244
artifactId = 'assists-base'
63-
version = '3.0.4'
45+
version = '3.0.0'
6446

6547
pom.withXml {
6648
def dependenciesNode = asNode().appendNode('dependencies')

0 commit comments

Comments
 (0)