admin
2022-03-12 222df7b655c51992580b832f5e06c6772d27d9d6
src/main/resources/code/android/app/build.gradle
@@ -34,7 +34,6 @@
dependencies {
    implementation 'androidx.appcompat:appcompat:1.2.0'
    implementation 'com.google.android.material:material:1.3.0'
    implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
    implementation project(path: ':library-common')
@@ -42,6 +41,7 @@
    implementation project(path: ':library-ad')
    implementation project(path: ':library-ec')
    implementation project(path: ':library-login')
    implementation project(path: ':library-flutter')
    testImplementation 'junit:junit:4.+'
    androidTestImplementation 'androidx.test.ext:junit:1.1.2'
    androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'