diff options
author | 2022-10-20 03:30:48 +0000 | |
---|---|---|
committer | 2022-10-20 03:30:48 +0000 | |
commit | 910ad466cedcbcf36cc41795229604503927916c (patch) | |
tree | 98d27223ce06e020f20dc8af9599d8a34e12f207 | |
parent | e676fa48f1174cdb8d496bd7d7110af77f267fb5 (diff) |
fix gradle compile error
Test: gradlew build
Change-Id: Ibc4dba91a3aabce9fa0ddd67ff526f320d0f7177
-rw-r--r-- | PermissionController/iconloaderlib/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PermissionController/iconloaderlib/build.gradle b/PermissionController/iconloaderlib/build.gradle index 84102758e..35ca8dee2 100644 --- a/PermissionController/iconloaderlib/build.gradle +++ b/PermissionController/iconloaderlib/build.gradle @@ -34,5 +34,5 @@ android { } dependencies { - implementation "androidx.core:core:${ANDROID_X_VERSION}" + implementation "androidx.core:core" } |