Added checkout and mandate profile
This commit is contained in:
+5
-11
@@ -44,7 +44,6 @@ android {
|
||||
}
|
||||
}
|
||||
// 👇 Add this block to force override
|
||||
|
||||
}
|
||||
|
||||
android {
|
||||
@@ -67,16 +66,12 @@ android {
|
||||
}
|
||||
dependencies {
|
||||
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
||||
//noinspection GradleDependency
|
||||
implementation 'androidx.appcompat:appcompat:1.3.1'
|
||||
//noinspection GradleDependency
|
||||
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
|
||||
implementation 'androidx.appcompat:appcompat:1.7.1'
|
||||
implementation 'androidx.constraintlayout:constraintlayout:2.2.1'
|
||||
implementation 'androidx.cardview:cardview:1.0.0'
|
||||
//noinspection GradleDependency
|
||||
implementation 'com.google.android.material:material:1.4.0'
|
||||
implementation 'com.google.android.material:material:1.12.0'
|
||||
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
|
||||
//noinspection GradleDependency
|
||||
implementation 'androidx.recyclerview:recyclerview:1.2.1'
|
||||
implementation 'androidx.recyclerview:recyclerview:1.4.0'
|
||||
testImplementation 'junit:junit:4.13.2'
|
||||
androidTestImplementation 'androidx.test.ext:junit:1.2.1'
|
||||
androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1'
|
||||
@@ -90,7 +85,7 @@ dependencies {
|
||||
implementation 'androidx.multidex:multidex:2.0.1'
|
||||
implementation 'com.google.code.gson:gson:2.11.0'
|
||||
// Import the BoM for the Firebase platform
|
||||
implementation platform('com.google.firebase:firebase-bom:33.13.0')
|
||||
implementation platform('com.google.firebase:firebase-bom:33.15.0')
|
||||
// Declare the dependencies for the Crashlytics and Analytics libraries
|
||||
// When using the BoM, you don't specify versions in Firebase library dependencies
|
||||
implementation 'com.google.firebase:firebase-analytics'
|
||||
@@ -105,7 +100,6 @@ dependencies {
|
||||
///new lib
|
||||
implementation 'com.journeyapps:zxing-android-embedded:4.3.0'
|
||||
implementation files('libs/hoinsdk.jar')
|
||||
//noinspection GradleDependency
|
||||
implementation 'com.squareup.picasso:picasso:2.5.2'
|
||||
implementation project(':library')
|
||||
implementation 'me.relex:circleindicator:1.2.2@aar'
|
||||
|
||||
Reference in New Issue
Block a user