File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed
Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -16,15 +16,16 @@ allprojects {
1616 repositories {
1717 google()
1818 jcenter()
19- // flatDir {
20- // dirs 'src/main/libs'
2119 maven {
22- url " https://dl.bintray.com/olegst/maven"
20+ url " https://maven.pkg.github.com/oleg-sta/VrFace"
21+ credentials {
22+ username GITHUB_USER
23+ password GITHUB_TOKEN
24+ }
2325 }
24- // }
2526 }
2627}
2728
2829task clean (type : Delete ) {
2930 delete rootProject. buildDir
30- }
31+ }
Original file line number Diff line number Diff line change @@ -16,4 +16,5 @@ org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
1616# https://developer.android.com/topic/libraries/support-library/androidx-rn
1717android.useAndroidX =true
1818# Automatically convert third-party libraries to use AndroidX
19- android.enableJetifier =true
19+ android.enableJetifier =true
20+ GITHUB_USER =oleg-sta
You can’t perform that action at this time.
0 commit comments