We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 111a753 commit c3f1661Copy full SHA for c3f1661
contrib/android/buildozer_qml.spec
@@ -138,11 +138,9 @@ android.add_jars = .buildozer/android/platform/*/build/libs_collections/Electrum
138
139
# (list) List of Java files to add to the android project (can be java or a
140
# directory containing the files)
141
-android.add_src = electrum/gui/kivy/data/java-classes/
142
-
143
-android.gradle_dependencies = me.dm7.barcodescanner:zxing:1.9.8
144
145
-android.add_activities = org.electrum.qr.SimpleScannerActivity
+# android.add_src = ...
+# android.add_activities = ...
+android.gradle_dependencies = com.android.support:support-compat:28.0.0
146
147
# (str) python-for-android branch to use, if not master, useful to try
148
# not yet merged features.
0 commit comments