Skip to content

Commit 3b6867c

Browse files
committed
Smaller edit of the json files
1 parent b26745d commit 3b6867c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

buildozer/default-android.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"android.add_gradle_repositories": {
5151
"doc": [
5252
"(list) Gradle repositories to add {can be necessary for some android.gradle_dependencies}",
53-
" Example: `android.gradle_repositories = \"maven { url \"https://repo.spring.io/release\" }\"`"
53+
" Example: `android.gradle_repositories = \"maven { url \"https://repo.spring.io/release\" }\"`"
5454
]
5555
},
5656
"android.add_jars": {
@@ -98,7 +98,7 @@
9898
"Can be necessary to solve conflicts in { gradle_dependencies }",
9999
"Please enclose in double quotes!",
100100
" Example: `android.add_packaging_options = \"exclude \"META-INF/common.kotlin_module\"",
101-
"exclude \"META-INF/*.kotlin_module\"\"`"
101+
" exclude \"META-INF/*.kotlin_module\"\"`"
102102
]
103103
},
104104
"android.add_resources": {

buildozer/default-ios.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"doc": [
1919
"(bool) Whether or not to sign the code"
2020
],
21-
"default": "false"
21+
"default": "False"
2222
},
2323
"ios.codesign.debug": {
2424
"doc": [
@@ -73,7 +73,7 @@
7373
"doc": [
7474
"(str) Path to a custom kivy-ios folder"
7575
],
76-
"default": "ios.kivy_ios_dir = ../kivy-ios"
76+
"default": "../kivy-ios"
7777
},
7878
"ios.kivy_ios_url": {
7979
"doc": [

0 commit comments

Comments
 (0)