Use Graphite-Official repo for now, Change nav bar color, Update dependencies

This commit is contained in:
MrLetsplay 2023-10-14 17:25:20 +02:00
parent dca550d4ad
commit a6c67a80a5
Signed by: mr
SSH Key Fingerprint: SHA256:92jBH80vpXyaZHjaIl47pjRq+Yt7XGTArqQg1V7hSqg
3 changed files with 9 additions and 5 deletions

View File

@ -69,20 +69,20 @@ dependencies {
}
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'com.google.android.material:material:1.9.0'
implementation 'com.google.android.material:material:1.10.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.lifecycle:lifecycle-livedata:2.6.2'
implementation 'androidx.lifecycle:lifecycle-viewmodel:2.6.2'
implementation 'androidx.navigation:navigation-fragment:2.7.3'
implementation 'androidx.navigation:navigation-ui:2.7.3'
implementation 'androidx.navigation:navigation-fragment:2.7.4'
implementation 'androidx.navigation:navigation-ui:2.7.4'
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
implementation "androidx.biometric:biometric:1.1.0"
implementation 'com.cringe-studios.git.CringeStudios:Cringe-Authenticator-Library:1.6'
implementation 'com.cringe_studios:CringeAuthenticatorLibrary:1.6'
implementation 'com.google.mlkit:barcode-scanning:17.2.0'
implementation 'com.google.code.gson:gson:2.10.1'
implementation 'androidx.activity:activity:1.7.2'
implementation 'androidx.activity:activity:1.8.0'
def camerax_version = "1.2.3"
implementation "androidx.camera:camera-core:${camerax_version}"

View File

@ -14,6 +14,7 @@
<item name="dialogBackground">@drawable/dialog_themed</item>
<item name="menuBackground">@drawable/menu_themed</item>
<item name="buttonBackground">@drawable/button_themed</item>
<item name="android:navigationBarColor">?android:attr/colorBackground</item>
<item name="actionMenuTextAppearance">@style/ActionMenuTextAppearance</item>

View File

@ -13,6 +13,9 @@ dependencyResolutionManagement {
maven {
url 'https://jitpack.io'
}
maven {
url 'https://maven.graphite-official.com/releases'
}
}
}
rootProject.name = "Code Guard"