|
|
|
@ -97,10 +97,12 @@ android {
|
|
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
|
|
|
|
|
|
implementation 'androidx.appcompat:appcompat:1.3.0'
|
|
|
|
|
implementation 'androidx.core:core:1.6.0'
|
|
|
|
|
implementation 'androidx.activity:activity:1.3.0'
|
|
|
|
|
implementation 'com.google.android.material:material:1.4.0'
|
|
|
|
|
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
|
|
|
|
|
implementation 'androidx.annotation:annotation:+'
|
|
|
|
|
// implementation 'androidx.annotation:annotation:+'
|
|
|
|
|
implementation 'androidx.annotation:annotation:1.2.0'
|
|
|
|
|
// implementation 'com.linkedin.dexmaker:dexmaker:2.28.3'
|
|
|
|
|
implementation project(path: ':common')
|
|
|
|
|
testImplementation 'junit:junit:4.13.2'
|
|
|
|
|