File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 11apply plugin : ' com.android.library'
22
33android {
4- compileSdk 34
4+ compileSdk 35
55
66 defaultConfig {
7- minSdkVersion 19
8- targetSdk 34
7+ minSdkVersion 21
8+ targetSdk 35
99 }
1010
1111 buildTypes {
@@ -21,9 +21,9 @@ android {
2121}
2222
2323dependencies {
24- implementation fileTree(dir : ' libs' , include : [' *.jar' ])
25- implementation ' com.android.support:support-annotations:28.0.0'
26- implementation ' com.android.support:appcompat-v7:28.0.0'
24+ // Temporary workaround https://issuetracker.google.com/issues/272973596
25+ implementation(platform(" org.jetbrains.kotlin:kotlin-bom:1.8.22" ))
26+ implementation ' androidx.appcompat:appcompat:1.7.1'
27+ implementation ' androidx.localbroadcastmanager:localbroadcastmanager:1.1.0'
2728}
2829
29-
You can’t perform that action at this time.
0 commit comments