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.
1 parent 4c93d4f commit 9e690f5Copy full SHA for 9e690f5
build.gradle
@@ -1,5 +1,5 @@
1
group 'io.abner.fastdev.android'
2
-version '0.3.2'
+version '0.3.3'
3
4
buildscript {
5
repositories {
download-jsc/build.gradle
@@ -18,7 +18,7 @@ buildscript {
18
apply plugin: 'de.undercouch.download'
19
apply plugin: 'java'
20
21
-ask downloadOldJsc(type: Download) {
+task downloadOldJsc(type: Download) {
22
23
src 'https://registry.npmjs.org/jsc-android/-/jsc-android-245459.0.0.tgz'
24
dest new File("${projectDir}/jsc-download-package")
0 commit comments