Skip to content

Commit

Permalink
fix(bootstrap): add libbrotli to bootstrap
Browse files Browse the repository at this point in the history
fix #255
  • Loading branch information
vhqtvn committed Jun 9, 2023
1 parent d888cdd commit 8f987a4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ apply plugin: 'com.android.application'
apply plugin: "com.facebook.react"
apply plugin: 'kotlin-android'

def bootstrapVersion = "bootstrap-2023.06.04-r2+apt-android-7"
def bootstrapVersion = "bootstrap-2023.06.09-r2+apt-android-7"
def bootstrapHashes = parseHashes("""
de1d08f2b2230b0c2c3e55f2659f1785a74fa1d7a729c1c181c54038c752d673 bootstrap-aarch64.zip
aa3acf080e6ced69aff2060a47025eea99f23a4fa402f601d74f6fb8c72310c9 bootstrap-arm.zip
7cc3dff0d6e7731e400b294bb82429947f8583673bc9eea7473333a04acf401c bootstrap-i686.zip
393991e8b3ea69c25c148a2516cdc7f02beff81b16188de9c31dfa252f100763 bootstrap-x86_64.zip
4803868b11c5a58c6c2b94e3aa8a42186130f8088c81a41a79207cae66aaf078 bootstrap-aarch64.zip
3456a4a8f2eb30b3310abebeccea4c741d3df759979a4cd548e055bdcc49c138 bootstrap-arm.zip
22da96549f5c78fe62ff608db38fc5583fcfe46cc471d02387e37fb9d11b54c9 bootstrap-i686.zip
e2a6ebf286d50b36366a4e718e64304b5738a362169f6cc63798ee17b32b3509 bootstrap-x86_64.zip
""")
def csVersion = "cs-2023.06.04-r1"
def csHashes = parseHashes("""
Expand Down

4 comments on commit 8f987a4

@Stkeheikd55
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Zamble.<<0044fertu>>name stane
(System HTML)[html virtual studio code]

@Stkeheikd55
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Stkeheikd55
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

trapHashes = parseHashes("""
de1d08f2b2230b0c2c3e55f2659f1785a74fa1d7a729c1c181c54038c752d673 bootstrap-aarch64.zip
aa3acf080e6ced69aff2060a47025eea99f23a4fa402f601d74f6fb8c72310c9 bootstrap-arm.zip
7cc3dff0d6e7731e400b294bb82429947f8583673bc9eea7473333a04acf401c bootstrap-i686.zip
393991e8b3ea69c25c148a2516cdc7f02beff81b16188de9c31dfa252f100763 bootstrap-x86_64.zip
4803868b11c5a58c6c2b94e3aa8a42186130f8088c81a41a79207cae66aaf078 bootstrap-aarch64.zip
3456a4a8f2eb30b3310abebeccea4c741d3df759979a4cd548e055bdcc49c138 bootstrap-arm.zip
22da96549f5c78fe62ff608db38fc5583fcfe46cc471d02387e37fb9d11b54c9 bootstrap-i686.zip
e2a6ebf286d50b36366a4e718e64304b5738a362169f6cc63798ee17b32b3509 bootstrap-x86_64.zip
""")
def csVersion = "cs-2023.06.04-r1"
def csHashes = parseHashes("""
376f26a7eb31dafb1ce89185a6b3a39b2e19bc3afae020692121792c7fb94fea cs-aarch64.tgz
e0c0470a295a11b8bbf85c352eae38eb83dd5758329552f465476b8180580b94 cs-arm.tgz
62f56f413388377e112f3cef71cf04619f79c7e10426d0f98d51686676b25bef cs-x86.tgz
1dea7996013f9f3eb1866f14ee0b7fa36d30df996995ae7ba7edcc9aae1ba47e cs-x86_64.tgz
""")
def packageJsonFile = new File(projectDir, "../package.json")
def packageJson = new groovy.json.JsonSlurper().parseText(packageJsonFile.text)
react {
cliFile = file("${rootProject.ext.rootDir}/node_modules/react-native/cli.js")
root = file("${rootProject.ext.rootDir}")
// jsRootDir = file("../Libraries")
reactNativeDir = file("${rootProject.ext.rootDir}/node_modules/react-native")
}
android {
compileSdkVersion project.properties.compileSdkVersion.toInteger()
ndkVersion

@Stkeheikd55
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

''Youtube " application.08363(€?own,' xbsllcd)

Please sign in to comment.