Skip to content

Commit

Permalink
chore: deps
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed May 2, 2020
1 parent 8930751 commit 1b11b4b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plugin/platforms/android/include.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@


dependencies {
def androidxVersion = project.hasProperty("androidxVersion") ? project.androidxVersion : "1.1.0"
def androidxVersion = project.hasProperty("androidxVersion") ? project.androidxVersion : "1.2.0"
def androidXAppCompat = project.hasProperty("androidXAppCompat") ? project.androidXAppCompat : "1.1.0"

compile "androidx.core:core:$androidxVersion"
compile "androidx.appcompat:appcompat:$androidXAppCompat"
implementation "androidx.appcompat:appcompat:$androidXAppCompat"
implementation "androidx.core:core:$androidxVersion"
// compile 'com.lsjwzh.widget:FastTextView:1.2.20'
}

0 comments on commit 1b11b4b

Please sign in to comment.