aboutsummaryrefslogtreecommitdiff
path: root/src/qt/android/gradle.properties
diff options
context:
space:
mode:
authorIgor Cota <igor@openbook.hr>2020-08-28 11:09:58 +0200
committerIgor Cota <igor@openbook.hr>2021-03-21 22:33:27 +0100
commitebfb10cb75adb704418d08197681c1e742e63bd5 (patch)
tree8260d1138285ca49119ebad91f079a77cd487d99 /src/qt/android/gradle.properties
parentd2a78ee9288e4d3bace9125bcfae6b7747f85982 (diff)
downloadbitcoin-ebfb10cb75adb704418d08197681c1e742e63bd5.tar.xz
Qt: add Android packaging support
Introduce an android directory under qt and allow one to package bitcoin-qt for Android by running make apk. Add bitcoin-qt Android build instructions.
Diffstat (limited to 'src/qt/android/gradle.properties')
-rw-r--r--src/qt/android/gradle.properties4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/qt/android/gradle.properties b/src/qt/android/gradle.properties
new file mode 100644
index 0000000000..838870f62d
--- /dev/null
+++ b/src/qt/android/gradle.properties
@@ -0,0 +1,4 @@
+androidBuildToolsVersion=28.0.3
+androidCompileSdkVersion=28
+qt5AndroidDir=new File(".").absolutePath
+org.gradle.jvmargs=-Xmx4608M