Skip to content

Commit 3196388

Browse files
committed
Fix build failure
1 parent 80438ae commit 3196388

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

lib/build.gradle

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,18 @@ android {
1919
minSdkVersion 21
2020
targetSdkVersion 31
2121
}
22+
23+
24+
buildTypes {
25+
release {
26+
minifyEnabled false
27+
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
28+
}
29+
}
30+
compileOptions {
31+
sourceCompatibility JavaVersion.VERSION_1_8
32+
targetCompatibility JavaVersion.VERSION_1_8
33+
}
2234
}
2335

2436
afterEvaluate {

0 commit comments

Comments
 (0)