Use Graphite-Official repo for now, Change nav bar color, Update dependencies
This commit is contained in:
parent
dca550d4ad
commit
a6c67a80a5
@ -69,20 +69,20 @@ dependencies {
|
|||||||
}
|
}
|
||||||
|
|
||||||
implementation 'androidx.appcompat:appcompat:1.6.1'
|
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.constraintlayout:constraintlayout:2.1.4'
|
||||||
implementation 'androidx.lifecycle:lifecycle-livedata:2.6.2'
|
implementation 'androidx.lifecycle:lifecycle-livedata:2.6.2'
|
||||||
implementation 'androidx.lifecycle:lifecycle-viewmodel:2.6.2'
|
implementation 'androidx.lifecycle:lifecycle-viewmodel:2.6.2'
|
||||||
implementation 'androidx.navigation:navigation-fragment:2.7.3'
|
implementation 'androidx.navigation:navigation-fragment:2.7.4'
|
||||||
implementation 'androidx.navigation:navigation-ui:2.7.3'
|
implementation 'androidx.navigation:navigation-ui:2.7.4'
|
||||||
testImplementation 'junit:junit:4.13.2'
|
testImplementation 'junit:junit:4.13.2'
|
||||||
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.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.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.8.0'
|
||||||
|
|
||||||
def camerax_version = "1.2.3"
|
def camerax_version = "1.2.3"
|
||||||
implementation "androidx.camera:camera-core:${camerax_version}"
|
implementation "androidx.camera:camera-core:${camerax_version}"
|
||||||
|
@ -14,6 +14,7 @@
|
|||||||
<item name="dialogBackground">@drawable/dialog_themed</item>
|
<item name="dialogBackground">@drawable/dialog_themed</item>
|
||||||
<item name="menuBackground">@drawable/menu_themed</item>
|
<item name="menuBackground">@drawable/menu_themed</item>
|
||||||
<item name="buttonBackground">@drawable/button_themed</item>
|
<item name="buttonBackground">@drawable/button_themed</item>
|
||||||
|
<item name="android:navigationBarColor">?android:attr/colorBackground</item>
|
||||||
|
|
||||||
<item name="actionMenuTextAppearance">@style/ActionMenuTextAppearance</item>
|
<item name="actionMenuTextAppearance">@style/ActionMenuTextAppearance</item>
|
||||||
|
|
||||||
|
@ -13,6 +13,9 @@ dependencyResolutionManagement {
|
|||||||
maven {
|
maven {
|
||||||
url 'https://jitpack.io'
|
url 'https://jitpack.io'
|
||||||
}
|
}
|
||||||
|
maven {
|
||||||
|
url 'https://maven.graphite-official.com/releases'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
rootProject.name = "Code Guard"
|
rootProject.name = "Code Guard"
|
||||||
|
Loading…
Reference in New Issue
Block a user