Skip to content

Commit 51ee030

Browse files
committed
fix build
1 parent 9e690f5 commit 51ee030

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

jsc/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ repositories {
2121
// Local Maven repo containing AARs with JSC library built for Android
2222
url "$projectDir/../download-jsc/libs/250231.0.0/package/dist"
2323
}
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+
}
2428
}
2529

2630
apply plugin: 'com.kezong.fat-aar'

0 commit comments

Comments
 (0)