Skip to content

Commit

Permalink
default.spec: update outdated/invalid urls (#1791)
Browse files Browse the repository at this point in the history
  • Loading branch information
kulothunganug committed Mar 16, 2024
1 parent d87a2e8 commit 820a448
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions buildozer/default.spec
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ fullscreen = 0
#icon.adaptive_background.filename = %(source.dir)s/data/icon_bg.png

# (list) Permissions
# (See https://python-for-android.readthedocs.io/en/latest/buildoptions/#build-options-1 for all the supported syntaxes and properties)
# (See https://python-for-android.readthedocs.io/en/latest/buildoptions.html for all the supported syntaxes and properties)
#android.permissions = android.permission.INTERNET, (name=android.permission.WRITE_EXTERNAL_STORAGE;maxSdkVersion=18)

# (list) features (adds uses-feature -tags to manifest)
Expand Down Expand Up @@ -223,11 +223,11 @@ fullscreen = 0

# (list) Gradle repositories to add {can be necessary for some android.gradle_dependencies}
# please enclose in double quotes
# e.g. android.gradle_repositories = "maven { url 'https://kotlin.bintray.com/ktor' }"
# e.g. android.gradle_repositories = "maven { url 'https://repo.spring.io/release' }"
#android.add_gradle_repositories =

# (list) packaging options to add
# see https://google.github.io/android-gradle-dsl/current/com.android.build.gradle.internal.dsl.PackagingOptions.html
# (list) packaging options to add
# see https://developer.android.com/reference/tools/gradle-api/7.1/com/android/build/api/dsl/PackagingOptions
# can be necessary to solve conflicts in gradle_dependencies
# please enclose in double quotes
# e.g. android.add_packaging_options = "exclude 'META-INF/common.kotlin_module'", "exclude 'META-INF/*.kotlin_module'"
Expand Down

0 comments on commit 820a448

Please sign in to comment.