Skip to content

Commit

Permalink
切换下载源到jitpack
Browse files Browse the repository at this point in the history
  • Loading branch information
AnJoiner committed Apr 26, 2021
1 parent 9101c43 commit 619b590
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 3 deletions.
1 change: 0 additions & 1 deletion .idea/gradle.xml

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

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.

2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ dependencies {
testImplementation 'junit:junit:4.13.1'
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
implementation project(path: ':ffmpeg-lite')
implementation project(path: ':ffmpeg')
// implementation 'com.cli.ffmpeg:command-android-lite:0.0.1'
implementation 'androidx.recyclerview:recyclerview:1.1.0'
// 腾讯bugly
Expand Down
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ allprojects {
repositories {
google()
jcenter()
maven { url 'https://jitpack.io' }
maven{
url 'http://www.readdown.com:8081/repository/maven-releases/'
}
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
include ':app', ':ffmpeg',':ffmpeg-lite'
include ':app', ':ffmpeg'
rootProject.name='FFmpegCommand'

0 comments on commit 619b590

Please sign in to comment.