init global config view and app list view
This commit is contained in:
@@ -34,6 +34,15 @@ dependencies {
|
||||
implementation 'com.google.android.material:material:1.10.0'
|
||||
implementation 'androidx.activity:activity:1.8.0'
|
||||
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
|
||||
|
||||
// Fragment and Navigation dependencies
|
||||
implementation 'androidx.fragment:fragment:1.6.2'
|
||||
implementation 'androidx.navigation:navigation-fragment:2.7.5'
|
||||
implementation 'androidx.navigation:navigation-ui:2.7.5'
|
||||
|
||||
// RecyclerView for app list
|
||||
implementation 'androidx.recyclerview:recyclerview:1.3.2'
|
||||
|
||||
testImplementation 'junit:junit:4.13.2'
|
||||
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
|
||||
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
|
||||
|
||||
Reference in New Issue
Block a user