We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 756c700 commit 6084f3cCopy full SHA for 6084f3c
1 file changed
AndroidPatterns/build.gradle
@@ -65,6 +65,14 @@ android {
65
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
66
}
67
68
+
69
+ compileOptions {
70
+ sourceCompatibility JavaVersion.VERSION_11
71
+ targetCompatibility JavaVersion.VERSION_11
72
+ }
73
+ kotlinOptions {
74
+ jvmTarget = '11'
75
76
77
78
dependencies {
0 commit comments