remove unused constant

This commit is contained in:
Eric House 2020-04-10 07:28:53 -07:00
parent 667ffba739
commit e0b2011964

View file

@ -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'