chore: fixed a typo

This commit is contained in:
Vasil Trifonov
2020-03-13 18:33:20 +02:00
parent c6203add8b
commit d0aea1194e

View File

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