Initial_Commit
This commit is contained in:
@@ -12,6 +12,7 @@ android {
|
||||
abortOnError false
|
||||
}
|
||||
|
||||
|
||||
configurations {
|
||||
// all*.exclude module: 'okio'
|
||||
//all*.exclude group: 'com.squareup.okhttp3', module: 'okhttp'
|
||||
@@ -137,6 +138,9 @@ dependencies {
|
||||
implementation 'androidx.activity:activity:1.10.1'
|
||||
implementation 'androidx.appcompat:appcompat:1.7.1'
|
||||
testImplementation 'junit:junit:4.13.2'
|
||||
testImplementation 'org.mockito:mockito-core:4.11.0'
|
||||
testImplementation 'org.mockito:mockito-android:4.11.0'
|
||||
testImplementation 'org.robolectric:robolectric:4.10.3'
|
||||
implementation "androidx.navigation:navigation-fragment-ktx:2.9.0"
|
||||
androidTestImplementation "androidx.test:core:1.6.1"
|
||||
androidTestImplementation "androidx.test:espresso:espresso-core:3.5.1"
|
||||
@@ -166,7 +170,10 @@ dependencies {
|
||||
// implementation("com.github.pratham-PDots:camera_lib:1.5.4.5")
|
||||
//latest
|
||||
implementation("com.github.pratham-PDots:camera_lib:1.5.4.9")
|
||||
implementation 'com.github.miteshpithadiya:SearchableSpinner:master'
|
||||
implementation "androidx.core:core-splashscreen:1.0.1"
|
||||
implementation "androidx.media3:media3-exoplayer:1.3.1"
|
||||
implementation "androidx.media3:media3-ui:1.3.1"
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user