Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
izzy2fancy authored Feb 6, 2024
1 parent a1d3d29 commit c568768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ task downloadBootstraps() {
def version = "2023.07.13-r2" + "+" + packageVariant
downloadBootstrap("aarch64", "880e5843d7afbe1f495e99873e0fc327a7f2be894c8097e4a0dbd290a95b6797", version)
downloadBootstrap("arm", "cf4bd4528ce48b74ced5dff44b325c8ce17869d1c42e9e9dc881451ec6dd7ea1", version)
downloadBootstrap("i686", "689a6968c24fe48588a0bae592d8d2167b0986cdef4de92fec1c13652a8c", version)
downloadBootstrap("i686", "689a6968c24fe48588a0bae592d8d2167b0986cdef4de92fec1c13652a8c17d2", version)
downloadBootstrap("x86_64", "660ca761cd9bb10e3cf0cc499239ef8dc1f04e3661369df8ce699914e3f5de35", version)
} else if (packageVariant == "apt-android-5") {
def version = "2022.04.28-r6" + "+" + packageVariant
Expand Down

0 comments on commit c568768

Please sign in to comment.