Add AndroidX dependencies
This commit is contained in:
parent
bd599db492
commit
7fd3810fbf
2 changed files with 7 additions and 0 deletions
|
@ -79,4 +79,8 @@ dependencies {
|
|||
], dir: 'libs')
|
||||
|
||||
implementation group: 'commons-io', name: 'commons-io', version: '2.6'
|
||||
|
||||
// androidx uses old versions, but we need to use what AOSP currently supports
|
||||
implementation 'androidx.preference:preference:1.0.0-alpha1'
|
||||
implementation 'androidx.lifecycle:lifecycle-extensions:2.0.0-alpha1'
|
||||
}
|
||||
|
|
|
@ -32,4 +32,7 @@ LOCAL_CERTIFICATE := platform
|
|||
LOCAL_STATIC_JAVA_LIBRARIES := commons-io
|
||||
LOCAL_SRC_FILES := $(call all-java-files-under, java)
|
||||
LOCAL_RESOURCE_DIR := $(LOCAL_PATH)/res
|
||||
LOCAL_STATIC_ANDROID_LIBRARIES := \
|
||||
androidx.preference_preference \
|
||||
androidx.lifecycle_lifecycle-extensions
|
||||
include $(BUILD_PACKAGE)
|
||||
|
|
Loading…
Add table
Reference in a new issue