更新到 rhino-1.7.14.1

This commit is contained in:
kunfei
2023-03-23 22:14:57 +08:00
parent 6df363b87b
commit bddef6876d
3 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -111,7 +111,7 @@ android {
compileOptions { compileOptions {
// Flag to enable support for the new language APIs // Flag to enable support for the new language APIs
coreLibraryDesugaringEnabled true coreLibraryDesugaringEnabled false
// Sets Java compatibility to Java 11 // Sets Java compatibility to Java 11
sourceCompatibility JavaVersion.VERSION_11 sourceCompatibility JavaVersion.VERSION_11
targetCompatibility JavaVersion.VERSION_11 targetCompatibility JavaVersion.VERSION_11
@@ -135,7 +135,7 @@ android {
dependencies { dependencies {
compileOnly "com.android.tools.build:gradle:$agp_version" compileOnly "com.android.tools.build:gradle:$agp_version"
//noinspection GradleDependency,GradlePackageUpdate //noinspection GradleDependency,GradlePackageUpdate
coreLibraryDesugaring('com.android.tools:desugar_jdk_libs_nio:2.0.2') //coreLibraryDesugaring('com.android.tools:desugar_jdk_libs_nio:2.0.2')
testImplementation('junit:junit:4.13.2') testImplementation('junit:junit:4.13.2')
androidTestImplementation('androidx.test:runner:1.5.2') androidTestImplementation('androidx.test:runner:1.5.2')
androidTestImplementation('androidx.test.espresso:espresso-core:3.5.1') androidTestImplementation('androidx.test.espresso:espresso-core:3.5.1')
+1 -1
View File
@@ -35,5 +35,5 @@ android {
} }
dependencies { dependencies {
api(fileTree(dir: 'lib', include: ['rhino-*.jar'])) api(fileTree(dir: 'lib', include: ['rhino-1.7.14-1.jar']))
} }
Binary file not shown.