chore: updated log in build gradle

This commit is contained in:
Vasil Trifonov
2020-03-13 18:34:37 +02:00
parent d0aea1194e
commit 6d129eca3e

View File

@@ -73,7 +73,7 @@ dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
if(project.hasProperty("useAndroidX")) {
println 'Using androidx'
println 'Using android X'
def androidxVersion = computeAndroidXVersion()
implementation 'androidx.viewpager:viewpager:' + androidxVersion
implementation 'androidx.fragment:fragment:' + androidxVersion