mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
chore: updated log in build gradle
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user