diff options
author | cyBerta <cyberta@riseup.net> | 2020-11-09 15:37:31 +0100 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2020-11-09 15:37:31 +0100 |
commit | f8daccffc061e2f05f6605913c19d4aa807eaddb (patch) | |
tree | a9789cd103807debb302d838dc5aef81fc2a4bb6 /bitmask-core | |
parent | 9510a267ac90d74fc47977958a67b4e0bd0b5708 (diff) |
initial auto-update implementation: introducing fatweb flavor, pgpverify go library and bitmask core library, basic update mechanism
Diffstat (limited to 'bitmask-core')
-rw-r--r-- | bitmask-core/bitmask-core-sources.jar | bin | 0 -> 6880 bytes | |||
-rw-r--r-- | bitmask-core/bitmask-core.aar | bin | 0 -> 9015389 bytes | |||
-rw-r--r-- | bitmask-core/build.gradle | 2 |
3 files changed, 2 insertions, 0 deletions
diff --git a/bitmask-core/bitmask-core-sources.jar b/bitmask-core/bitmask-core-sources.jar Binary files differnew file mode 100644 index 00000000..adf7f860 --- /dev/null +++ b/bitmask-core/bitmask-core-sources.jar diff --git a/bitmask-core/bitmask-core.aar b/bitmask-core/bitmask-core.aar Binary files differnew file mode 100644 index 00000000..37e25808 --- /dev/null +++ b/bitmask-core/bitmask-core.aar 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 |