Skip to content

Commit

Permalink
Updated some dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
federicoiosue committed Nov 3, 2020
1 parent 1c8f5a0 commit 16dd155
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.0.1'
classpath 'com.android.tools.build:gradle:4.1.0'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
}
}
Expand Down
3 changes: 1 addition & 2 deletions checklistview/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ android {

dependencies {
implementation 'com.github.federicoiosue:pixlui:3.0.0'
implementation 'com.google.android.material:material:1.1.0'
implementation 'it.sephiroth.android.library:tri-state-checkbox:1.0.0'
implementation 'com.google.android.material:material:1.2.1'

testImplementation 'junit:junit:4.13'

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
MIN_SDK=15
TARGET_SDK=29
BUILD_TOOLS=29.0.2
VERSION_NAME=4.0.0
VERSION_CODE=13
VERSION_NAME=4.1.0
VERSION_CODE=14
android.enableJetifier=true
android.useAndroidX=true
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Sat Jul 25 11:57:40 CEST 2020
#Sat Oct 31 21:34:23 CET 2020
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-bin.zip

0 comments on commit 16dd155

Please sign in to comment.