mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
android: workaround for building
Somehow the bundle doesn't get included in the APK when I build this branch on one laptop, but works on another, go figure. All of this has changed with the RN 0.59 update, so this is just a band-aid for 19.0 builds.
This commit is contained in:
@@ -139,8 +139,8 @@ android.libraryVariants.all { def variant ->
|
||||
//
|
||||
if (currentBundleTask.enabled) {
|
||||
copy {
|
||||
from(jsBundleDir)
|
||||
into(assetsDir)
|
||||
from(jsBundleFile)
|
||||
into("${assetsDir}/")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user