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.
2 parents b8ed114 + 441d1c9 commit cf8d7f3Copy full SHA for cf8d7f3
app/build.gradle
@@ -27,8 +27,8 @@ android {
27
}
28
29
compileOptions {
30
- sourceCompatibility JavaVersion.VERSION_1_8
31
- targetCompatibility JavaVersion.VERSION_1_8
+ sourceCompatibility JavaVersion.VERSION_17
+ targetCompatibility JavaVersion.VERSION_17
32
33
kotlinOptions {
34
jvmTarget = '1.8'
cropper/build.gradle
@@ -22,8 +22,8 @@ android {
22
23
24
25
26
0 commit comments