1
0
Fork 0
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:
lufebe16 2023-04-28 20:02:50 +02:00
parent df4b97ba2b
commit 4779ca43ee

20
buildozer/pubspec.json Normal file
View 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"
}