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 9e690f5 commit 51ee030Copy full SHA for 51ee030
jsc/build.gradle
@@ -21,6 +21,10 @@ repositories {
21
// Local Maven repo containing AARs with JSC library built for Android
22
url "$projectDir/../download-jsc/libs/250231.0.0/package/dist"
23
}
24
+ maven {
25
+ // Local Maven repo containing AARs with JSC library built for Android
26
+ url "$projectDir/../download-jsc/libs/245459.0.0/package/dist"
27
+ }
28
29
30
apply plugin: 'com.kezong.fat-aar'
0 commit comments