Use Jitpack for Cringe-Authenticator-Library
This commit is contained in:
parent
5b8efbce54
commit
975fd39cc8
@ -79,7 +79,7 @@ dependencies {
|
|||||||
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
|
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
|
||||||
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
|
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
|
||||||
implementation "androidx.biometric:biometric:1.1.0"
|
implementation "androidx.biometric:biometric:1.1.0"
|
||||||
implementation 'com.cringe_studios:CringeAuthenticatorLibrary:1.6'
|
implementation 'com.cringe-studios.git.CringeStudios:Cringe-Authenticator-Library:1.6'
|
||||||
implementation 'com.google.mlkit:barcode-scanning:17.2.0'
|
implementation 'com.google.mlkit:barcode-scanning:17.2.0'
|
||||||
implementation 'com.google.code.gson:gson:2.10.1'
|
implementation 'com.google.code.gson:gson:2.10.1'
|
||||||
implementation 'androidx.activity:activity:1.7.2'
|
implementation 'androidx.activity:activity:1.7.2'
|
||||||
|
@ -13,6 +13,9 @@ dependencyResolutionManagement {
|
|||||||
maven {
|
maven {
|
||||||
url "https://maven.graphite-official.com/releases"
|
url "https://maven.graphite-official.com/releases"
|
||||||
}
|
}
|
||||||
|
maven {
|
||||||
|
url 'https://jitpack.io'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
rootProject.name = "Code Guard"
|
rootProject.name = "Code Guard"
|
||||||
|
Loading…
Reference in New Issue
Block a user