lwb
2021-03-25 47d939e1f97778c07d94e8748f24e6c7a73c7a8f
SdkProject/app/build.gradle
@@ -29,9 +29,9 @@
dependencies {
    implementation project(path: ':library')
    implementation 'androidx.annotation:annotation:1.0.0'
    implementation 'com.android.support:support-annotations:28.0.0'
    androidTestImplementation 'junit:junit:4.13.1'
    //noinspection GradleCompatible
    implementation 'androidx.appcompat:appcompat:1.0.0'
    implementation 'com.android.support:appcompat-v7:28.0.0'
    implementation fileTree(dir: 'libs', include: ['*.jar'])
}