Skip to content

Commit d045277

Browse files
author
Sky233ml
committed
Fix Bug
1 parent 1bd46d3 commit d045277

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

kndroidx/build.gradle.kts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ publishing { // 发布配置
2929
}
3030
}
3131
}
32+
repositories {
33+
mavenLocal()
34+
}
3235
}
3336

3437

@@ -38,7 +41,6 @@ android {
3841
defaultConfig {
3942
namespace = "io.github.kndroidx"
4043
minSdk = 21
41-
targetSdk = 34
4244
}
4345

4446
buildTypes {

settings.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,15 @@ pluginManagement {
33
google()
44
mavenCentral()
55
gradlePluginPortal()
6+
maven("https://jitpack.io")
67
}
78
}
89
dependencyResolutionManagement {
910
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
1011
repositories {
1112
google()
1213
mavenCentral()
14+
maven("https://jitpack.io")
1315
}
1416
}
1517

0 commit comments

Comments
 (0)