Skip to content

Commit 41c17eb

Browse files
committed
Keep source and target compatibility to version 21
Signed-off-by: Arka Prava Basu <[email protected]>
1 parent d6e6b34 commit 41c17eb

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

deeplinkdispatch/build.gradle

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,8 @@ android {
3636
unitTests.returnDefaultValues = true
3737
}
3838
compileOptions {
39-
sourceCompatibility JavaVersion.VERSION_11
40-
targetCompatibility JavaVersion.VERSION_11
41-
}
42-
kotlinOptions {
43-
jvmTarget = '11'
39+
sourceCompatibility JavaVersion.VERSION_21
40+
targetCompatibility JavaVersion.VERSION_21
4441
}
4542
namespace 'com.airbnb.android.deeplinkdispatch'
4643
}

0 commit comments

Comments
 (0)