diff options
author | Alex Ning <chineseperson5@gmail.com> | 2019-01-22 10:45:02 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2019-01-22 10:45:02 +0000 |
commit | d733be6e55eccc6fef34b0065f6044e8402aa3ad (patch) | |
tree | d672b21370b38123e6741e3ab2a911457b78b588 /gradle/wrapper | |
parent | f7a192dcbedb09a6d29e7879f6119edd47278f6f (diff) | |
download | infinity-for-reddit-d733be6e55eccc6fef34b0065f6044e8402aa3ad.tar infinity-for-reddit-d733be6e55eccc6fef34b0065f6044e8402aa3ad.tar.gz infinity-for-reddit-d733be6e55eccc6fef34b0065f6044e8402aa3ad.tar.bz2 infinity-for-reddit-d733be6e55eccc6fef34b0065f6044e8402aa3ad.tar.lz infinity-for-reddit-d733be6e55eccc6fef34b0065f6044e8402aa3ad.tar.xz infinity-for-reddit-d733be6e55eccc6fef34b0065f6044e8402aa3ad.tar.zst infinity-for-reddit-d733be6e55eccc6fef34b0065f6044e8402aa3ad.zip |
Fixed the user's posts cannot be loaded. Refreshing in MainActivity also refreshes user info, subscribed users and subreddits. Enlarge the area which contains subreddit or user name and icon for easier touching.
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 d210bb6a..50e8894c 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Fri Oct 19 21:24:28 HKT 2018 +#Tue Jan 22 01:13:16 HKT 2019 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.1-all.zip |