From 6250f45ddf0fa06ff4956a9c8d8cbc8cf8450413 Mon Sep 17 00:00:00 2001 From: Fahim Salam Chowdhury Date: Wed, 30 Nov 2022 13:29:54 +0600 Subject: [PATCH] [WebCalendarManager] add new apk for v1.7-beta --- WebCalendarManager/Android.mk | 13 +++++++++++++ ...endarManager-2.0.3-standard-release-unsigned.apk | 3 +++ 2 files changed, 16 insertions(+) create mode 100644 WebCalendarManager/Android.mk create mode 100644 WebCalendarManager/WebCalendarManager-2.0.3-standard-release-unsigned.apk diff --git a/WebCalendarManager/Android.mk b/WebCalendarManager/Android.mk new file mode 100644 index 0000000..8dba4ae --- /dev/null +++ b/WebCalendarManager/Android.mk @@ -0,0 +1,13 @@ +LOCAL_PATH := $(call my-dir) +include $(CLEAR_VARS) +LOCAL_MODULE_TAGS := optional +LOCAL_MODULE := WebCalendarManager +LOCAL_CERTIFICATE := platform +LOCAL_SRC_FILES := WebCalendarManager-2.0.3-standard-release-unsigned.apk +LOCAL_MODULE_CLASS := APPS +LOCAL_MODULE_SUFFIX := $(COMMON_ANDROID_PACKAGE_SUFFIX) +ifneq ($(call math_gt_or_eq, $(PLATFORM_SDK_VERSION), 31),) +LOCAL_OPTIONAL_USES_LIBRARIES := androidx.window.extensions \ + androidx.window.sidecar +endif +include $(BUILD_PREBUILT) diff --git a/WebCalendarManager/WebCalendarManager-2.0.3-standard-release-unsigned.apk b/WebCalendarManager/WebCalendarManager-2.0.3-standard-release-unsigned.apk new file mode 100644 index 0000000..fe215bd --- /dev/null +++ b/WebCalendarManager/WebCalendarManager-2.0.3-standard-release-unsigned.apk @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:132c16795f142eb6e50a423a8de13079562e51199d2fd67f29b7d881e7eed98c +size 9321721 -- GitLab