Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
izzy2fancy authored Apr 6, 2024
1 parent 44e98de commit 3c77cba
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 @@ -215,7 +215,7 @@ task downloadBootstraps() {
def packageVariant = project.ext.packageVariant
if (packageVariant == "apt-android-7") {
def version = "2023.07.13-r2" + "+" + packageVariant
downloadBootstrap("aarch64", "7f3658d799d7567a0a5e74c1e8dad37c8a2151302f310f5488d91f8c1d82f1ce", version)
downloadBootstrap("aarch64", "dda41beb5d219fb38c42f39fa960f61ba6da25ff2ed256c724ee23536578806e", version)
downloadBootstrap("arm", "5398a841c9798e73d151a329bf8ba90325bf6a2a32cca694f80b4a03a2fae2a8", version)
downloadBootstrap("i686", "d935198825f6c0e12c94674f4e961ffff0b318cdbaed14a6a7332ea311c25179", version)
downloadBootstrap("x86_64", "a2a7f95459fc03a9dcc3b230af3fe105ed8fb7eaaf0d8b4d89a353bd7fc0f3fc", version)
Expand Down

0 comments on commit 3c77cba

Please sign in to comment.