Skip to content

Commit

Permalink
Updated libs
Browse files Browse the repository at this point in the history
  • Loading branch information
ukanth committed Jan 3, 2020
1 parent c226cd9 commit fa6b2c8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId "dev.ukanth.iconmanager"
minSdkVersion 19
targetSdkVersion 28
versionCode 3002
versionName "3.0.2"
versionCode 3003
versionName "3.0.3"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
buildConfigField "boolean", "LICENSECHECK", "true"
}
Expand Down Expand Up @@ -76,7 +76,7 @@ dependencies {
implementation 'com.amitshekhar.android:glide-bitmap-pool:0.0.1'

//gson
implementation 'com.google.code.gson:gson:2.8.1'
implementation 'com.google.code.gson:gson:2.8.6'

//prettytime
implementation 'org.ocpsoft.prettytime:prettytime:4.0.1.Final'
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.4.2'
classpath 'com.android.tools.build:gradle:3.5.2'
classpath 'org.greenrobot:greendao-gradle-plugin:3.2.2'
classpath 'me.tatarka:gradle-retrolambda:3.2.0'
//classpath 'com.google.gms:google-services:3.2.0'
Expand Down
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 @@
#Tue Jul 16 09:18:22 IST 2019
#Fri Dec 27 09:32:06 IST 2019
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.1.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip

0 comments on commit fa6b2c8

Please sign in to comment.