Skip to content

Commit

Permalink
added jitpack to all projects
Browse files Browse the repository at this point in the history
  • Loading branch information
gkonovalov committed Nov 28, 2019
1 parent 049e393 commit e685797
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ allprojects {
repositories {
google()
jcenter()

maven { url 'https://jitpack.io' }
}
}

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 ':example', ':vad'
rootProject.name='VAD example'
rootProject.name='VAD'

0 comments on commit e685797

Please sign in to comment.