From 4779ca43ee1e6de1b6bb261ba98d4d314c7e369d Mon Sep 17 00:00:00 2001 From: lufebe16 Date: Fri, 28 Apr 2023 20:02:50 +0200 Subject: [PATCH] android version - pubspec.json added --- buildozer/pubspec.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 buildozer/pubspec.json diff --git a/buildozer/pubspec.json b/buildozer/pubspec.json new file mode 100644 index 00000000..9a47aa2c --- /dev/null +++ b/buildozer/pubspec.json @@ -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" +} \ No newline at end of file