Skip to content

Commit 42f8380

Browse files
author
wangfeihang
committed
添加maven
1 parent 726ee71 commit 42f8380

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ allprojects {
2020
repositories {
2121
google()
2222
jcenter()
23+
maven { url "https://jitpack.io" }
2324
}
2425
}
2526

localrepo/build.gradle.kts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
groovy
55
`kotlin-dsl`
66
kotlin("jvm") version "1.2.20"
7-
"com.github.dcendents.android-maven"
7+
maven
88
}
99

1010
dependencies {
@@ -23,5 +23,4 @@ fun DependencyHandlerScope.impl(vararg dependency: Any) {
2323
}
2424
}
2525

26-
group = "com.github.wangfeihang"
27-
version = "1.0.1"
26+
group = "com.github.wangfeihang"

0 commit comments

Comments
 (0)