mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-18 11:55:38 -04:00
fixed file path
This commit is contained in:
parent
a1e0f257fc
commit
19581cc4a2
@ -92,7 +92,7 @@ fun ProductFlavor.createPublishBundleWithExpansionTask(
|
|||||||
attachExpansionTo(variants[0].versionCode)
|
attachExpansionTo(variants[0].versionCode)
|
||||||
addToTrackInDraft(variants[0].versionCode, versionName)
|
addToTrackInDraft(variants[0].versionCode, versionName)
|
||||||
} else {
|
} else {
|
||||||
throw FileNotFoundException("Unable to find generated aab file generatedFile ${generatedBundleFile.path} & generatedBundleFile2 ${generatedBundleFile2.path}")
|
throw FileNotFoundException("Unable to find generated aab file generatedFile ${generatedBundleFile.path} & generatedBundleFile2 generatedBundleFile2.path")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user