Remove OpenWeatherMapWeatherProvider due being outdated

resolves #21
This commit is contained in:
Simon Polack 2020-08-14 16:13:27 +02:00
parent d6b4bb0292
commit 70264a5ef0
2 changed files with 0 additions and 9 deletions

View File

@ -1,9 +0,0 @@
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE := OpenWeatherMapWeatherProvider
LOCAL_SRC_FILES := OpenWeatherMapWeatherProvider.apk
LOCAL_MODULE_CLASS := APPS
LOCAL_MODULE_SUFFIX := $(COMMON_ANDROID_PACKAGE_SUFFIX)
LOCAL_CERTIFICATE := PRESIGNED
include $(BUILD_PREBUILT)