We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a82a471 commit 89557a4Copy full SHA for 89557a4
dynamic-support/build.gradle
@@ -34,8 +34,8 @@ android {
34
}
35
36
compileOptions {
37
- sourceCompatibility JavaVersion.VERSION_1_8
38
- targetCompatibility JavaVersion.VERSION_1_8
+ sourceCompatibility JavaVersion.VERSION_17
+ targetCompatibility JavaVersion.VERSION_17
39
40
41
lintOptions {
sample/build.gradle
@@ -48,7 +48,7 @@ android {
48
49
50
51
52
targetCompatibility JavaVersion.VERSION_17
53
54
0 commit comments