diff options
| author | Simeon Simeonov | 2026-06-18 14:38:10 +0200 |
|---|---|---|
| committer | Simeon Simeonov | 2026-06-18 14:38:10 +0200 |
| commit | 9d0e020e280f17c4263e0bf1593c3fa4391c52b7 (patch) | |
| tree | 2ab2c8a949a02fbaf3e421c1d0b66712a608ecb1 | |
| parent | 6dda4e0e9d2d55ffa29e06395eeeb1ccb187f282 (diff) | |
| -rw-r--r-- | pyproject.toml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index 4fdbb35..cbabddd 100644 --- a/pyproject.toml +++ b/pyproject.toml | |||
| @@ -180,6 +180,13 @@ requires = [ | |||
| 180 | "toga-android~=0.5.0", | 180 | "toga-android~=0.5.0", |
| 181 | ] | 181 | ] |
| 182 | 182 | ||
| 183 | android_abis = [ | ||
| 184 | "arm64-v8a", | ||
| 185 | ] | ||
| 186 | |||
| 187 | permission."android.permission.INTERNET" = false | ||
| 188 | permission."android.permission.ACCESS_NETWORK_STATE" = false | ||
| 189 | |||
| 183 | base_theme = "Theme.MaterialComponents.Light.DarkActionBar" | 190 | base_theme = "Theme.MaterialComponents.Light.DarkActionBar" |
| 184 | 191 | ||
| 185 | build_gradle_dependencies = [ | 192 | build_gradle_dependencies = [ |
