summaryrefslogtreecommitdiff
path: root/bitmask-core
diff options
context:
space:
mode:
authorcyberta <cyberta@riseup.net>2020-12-28 14:11:55 -0800
committercyberta <cyberta@riseup.net>2020-12-28 14:11:55 -0800
commitf2056a9f469c09f9d2deaad25c4a9b71275e5140 (patch)
tree60a0053cfea3fbbfa24a168bba784f541c4e093c /bitmask-core
parent3485971b9fc2e4602f7f4482b4b3a44e9e683efa (diff)
parent13a495d18917f9b8952088b4a3e960239c5a168c (diff)
Merge branch 'automatic_updates_for_web_apks' into 'master'
Automatic updates for web apks Closes #8960 See merge request leap/bitmask_android!115
Diffstat (limited to 'bitmask-core')
-rw-r--r--bitmask-core/bitmask-core-sources.jarbin0 -> 6880 bytes
-rw-r--r--bitmask-core/bitmask-core.aarbin0 -> 9015389 bytes
-rw-r--r--bitmask-core/build.gradle2
3 files changed, 2 insertions, 0 deletions
diff --git a/bitmask-core/bitmask-core-sources.jar b/bitmask-core/bitmask-core-sources.jar
new file mode 100644
index 00000000..adf7f860
--- /dev/null
+++ b/bitmask-core/bitmask-core-sources.jar
Binary files differ
diff --git a/bitmask-core/bitmask-core.aar b/bitmask-core/bitmask-core.aar
new file mode 100644
index 00000000..37e25808
--- /dev/null
+++ b/bitmask-core/bitmask-core.aar
Binary files differ
diff --git a/bitmask-core/build.gradle b/bitmask-core/build.gradle
new file mode 100644
index 00000000..51d38614
--- /dev/null
+++ b/bitmask-core/build.gradle
@@ -0,0 +1,2 @@
+configurations.maybeCreate("default")
+artifacts.add("default", file('bitmask-core.aar')) \ No newline at end of file