diff options
author | Alex Ning <chineseperson5@gmail.com> | 2019-04-18 15:31:41 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2019-04-18 15:31:41 +0000 |
commit | cd4730c6492eae869e74182383c35be16c70ae25 (patch) | |
tree | 0f80b0578b5807b1c979221759be131cd5d50054 /gradle/wrapper | |
parent | a7e96957174f78af054316cd9efb6fd176b1d59d (diff) | |
download | infinity-for-reddit-cd4730c6492eae869e74182383c35be16c70ae25.tar infinity-for-reddit-cd4730c6492eae869e74182383c35be16c70ae25.tar.gz infinity-for-reddit-cd4730c6492eae869e74182383c35be16c70ae25.tar.bz2 infinity-for-reddit-cd4730c6492eae869e74182383c35be16c70ae25.tar.lz infinity-for-reddit-cd4730c6492eae869e74182383c35be16c70ae25.tar.xz infinity-for-reddit-cd4730c6492eae869e74182383c35be16c70ae25.tar.zst infinity-for-reddit-cd4730c6492eae869e74182383c35be16c70ae25.zip |
Synchronizing voting state between PostRecyclerViewAdapter and ViewPostDetailActivity using EventBus by greenrobot. Minor bugs fixed.
Diffstat (limited to 'gradle/wrapper')
-rw-r--r-- | gradle/wrapper/gradle-wrapper.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 50e8894c..6fbf7e5b 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Tue Jan 22 01:13:16 HKT 2019 +#Thu Apr 18 18:17:08 HKT 2019 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.1-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-5.1.1-all.zip |