mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
android version
- pubspec.json added
This commit is contained in:
parent
df4b97ba2b
commit
4779ca43ee
1 changed files with 20 additions and 0 deletions
20
buildozer/pubspec.json
Normal file
20
buildozer/pubspec.json
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
{
|
||||||
|
"version": 3,
|
||||||
|
"artifactType": {
|
||||||
|
"type": "APK",
|
||||||
|
"kind": "Directory"
|
||||||
|
},
|
||||||
|
"applicationId": "org.lufebe16.pysolfc",
|
||||||
|
"variantName": "release",
|
||||||
|
"elements": [
|
||||||
|
{
|
||||||
|
"type": "SINGLE",
|
||||||
|
"filters": [],
|
||||||
|
"attributes": [],
|
||||||
|
"versionCode": 102122001,
|
||||||
|
"versionName": "2.20.1",
|
||||||
|
"outputFile": "pysolfc-release.apk"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"elementType": "File"
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue