From 66997739ac02a193b1f218db438b58ab77e7f1ea Mon Sep 17 00:00:00 2001 From: Akinwale Ariwodola Date: Sat, 21 Aug 2021 19:12:18 +0100 Subject: [PATCH] skip buildozer sdkmanager update --- buildozer.spec.arm.ci | 2 +- buildozer.spec.arm64.ci | 2 +- buildozer.spec.sample | 2 +- buildozer.spec.vagrant | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/buildozer.spec.arm.ci b/buildozer.spec.arm.ci index e349beb..d6740c9 100644 --- a/buildozer.spec.arm.ci +++ b/buildozer.spec.arm.ci @@ -118,7 +118,7 @@ android.ndk_path = ~/.buildozer/android/crystax-ndk-10.3.2 # (bool) If True, then skip trying to update the Android sdk # This can be useful to avoid excess Internet downloads or save time # when an update is due and you just want to test/build your package -#android.skip_update = False +android.skip_update = True # (str) Android entry point, default is ok for Kivy-based app #android.entrypoint = org.renpy.android.PythonActivity diff --git a/buildozer.spec.arm64.ci b/buildozer.spec.arm64.ci index 1d201fc..7ca2654 100644 --- a/buildozer.spec.arm64.ci +++ b/buildozer.spec.arm64.ci @@ -118,7 +118,7 @@ android.ndk_path = ~/.buildozer/android/crystax-ndk-10.3.2 # (bool) If True, then skip trying to update the Android sdk # This can be useful to avoid excess Internet downloads or save time # when an update is due and you just want to test/build your package -#android.skip_update = False +android.skip_update = True # (str) Android entry point, default is ok for Kivy-based app #android.entrypoint = org.renpy.android.PythonActivity diff --git a/buildozer.spec.sample b/buildozer.spec.sample index 190abca..1b52b89 100644 --- a/buildozer.spec.sample +++ b/buildozer.spec.sample @@ -118,7 +118,7 @@ android.ndk_path = ~/.buildozer/android/crystax-ndk-10.3.2 # (bool) If True, then skip trying to update the Android sdk # This can be useful to avoid excess Internet downloads or save time # when an update is due and you just want to test/build your package -#android.skip_update = False +android.skip_update = True # (str) Android entry point, default is ok for Kivy-based app #android.entrypoint = org.renpy.android.PythonActivity diff --git a/buildozer.spec.vagrant b/buildozer.spec.vagrant index b46a123..a525b36 100644 --- a/buildozer.spec.vagrant +++ b/buildozer.spec.vagrant @@ -118,7 +118,7 @@ android.ndk_path = ~/.buildozer/android/crystax-ndk-10.3.2 # (bool) If True, then skip trying to update the Android sdk # This can be useful to avoid excess Internet downloads or save time # when an update is due and you just want to test/build your package -#android.skip_update = False +android.skip_update = True # (str) Android entry point, default is ok for Kivy-based app #android.entrypoint = org.renpy.android.PythonActivity