Use Jitpack for Cringe-Authenticator-Library

This commit is contained in:
MrLetsplay 2023-10-08 16:56:06 +02:00
parent 5b8efbce54
commit 975fd39cc8
Signed by: mr
SSH Key Fingerprint: SHA256:92jBH80vpXyaZHjaIl47pjRq+Yt7XGTArqQg1V7hSqg
2 changed files with 4 additions and 1 deletions

View File

@ -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'

View File

@ -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"