Skip to content

Commit

Permalink
添加jitpack
Browse files Browse the repository at this point in the history
  • Loading branch information
maning0303 committed Aug 21, 2021
1 parent 026c9ee commit 391134d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .idea/jarRepositories.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@

## 感谢:

[mlkit](https://github.com/googlesamples/mlkit)
[googlesamples/mlkit](https://github.com/googlesamples/mlkit)

[MLKit](https://github.com/jenly1314/MLKit)
[jenly1314/MLKit](https://github.com/jenly1314/MLKit)

[StatusBarUtil](https://github.com/Ye-Miao/StatusBarUtil)
[Ye-Miao/StatusBarUtil](https://github.com/Ye-Miao/StatusBarUtil)

感谢所有开源的人;

Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@ buildscript {
repositories {
google()
jcenter()
maven { url 'https://jitpack.io' }
}
dependencies {
classpath "com.android.tools.build:gradle:4.0.0"

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
}
}

allprojects {
repositories {
google()
jcenter()
maven { url 'https://jitpack.io' }
}
}

Expand Down

0 comments on commit 391134d

Please sign in to comment.