diff --git a/test/android/app/build.gradle b/test/android/app/build.gradle index 69c8cee0..b1762d69 100644 --- a/test/android/app/build.gradle +++ b/test/android/app/build.gradle @@ -76,7 +76,9 @@ def enableProguardInReleaseBuilds = false * give correct results when using with locales other than en-US. Note that * this variant is about 6MiB larger per architecture than default. */ -def jscFlavor = 'org.webkit:android-jsc:+' +// def jscFlavor = 'org.webkit:android-jsc:+' +def jscVersion = ["node", "-e", "console.log(require('${rootDir}/../../package.json').version.split('.')[0]);"].execute([], projectDir).text.trim() +def jscFlavor = "org.webkit:android-jsc:r${jscVersion}" /** * Private function to get the list of Native Architectures you want to build.