From e0b2011964c66f2cc2951655e80c456ebe746229 Mon Sep 17 00:00:00 2001 From: Eric House Date: Fri, 10 Apr 2020 07:28:53 -0700 Subject: [PATCH] remove unused constant --- xwords4/android/app/build.gradle | 4 ---- 1 file changed, 4 deletions(-) diff --git a/xwords4/android/app/build.gradle b/xwords4/android/app/build.gradle index ee9b3270d..9c61d9b5b 100644 --- a/xwords4/android/app/build.gradle +++ b/xwords4/android/app/build.gradle @@ -315,10 +315,6 @@ android { } } -ext { - SUPPORT_LIB_VERSION = '28.0.0' -} - dependencies { implementation 'androidx.legacy:legacy-support-v4:1.0.0' implementation 'androidx.core:core:1.0.0'