|
|
|
@ -13,6 +13,7 @@ android { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
compileOptions { |
|
|
|
compileOptions { |
|
|
|
|
|
|
|
coreLibraryDesugaringEnabled true |
|
|
|
sourceCompatibility JavaVersion.VERSION_17 |
|
|
|
sourceCompatibility JavaVersion.VERSION_17 |
|
|
|
targetCompatibility JavaVersion.VERSION_17 |
|
|
|
targetCompatibility JavaVersion.VERSION_17 |
|
|
|
} |
|
|
|
} |
|
|
|
@ -22,5 +23,5 @@ dependencies { |
|
|
|
implementation project(':catvod') |
|
|
|
implementation project(':catvod') |
|
|
|
implementation 'wang.harlon.quickjs:wrapper-java:3.2.3' |
|
|
|
implementation 'wang.harlon.quickjs:wrapper-java:3.2.3' |
|
|
|
implementation 'wang.harlon.quickjs:wrapper-android:3.2.3' |
|
|
|
implementation 'wang.harlon.quickjs:wrapper-android:3.2.3' |
|
|
|
implementation 'net.sourceforge.streamsupport:android-retrofuture:1.7.4' |
|
|
|
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs_nio:2.1.5' |
|
|
|
} |
|
|
|
} |