diff options
author | Allan Wang <me@allanwang.ca> | 2018-12-23 20:04:08 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-23 20:04:08 -0500 |
commit | 88b40736874a876576e1dc6c49c299fdfeb600bb (patch) | |
tree | 2f73204e2d089e3a4a734643a33c27f9b9921f52 /gradle/wrapper | |
parent | 813be84a518ca39bba91b26b43b3db56a9d186c7 (diff) | |
download | frost-88b40736874a876576e1dc6c49c299fdfeb600bb.tar.gz frost-88b40736874a876576e1dc6c49c299fdfeb600bb.tar.bz2 frost-88b40736874a876576e1dc6c49c299fdfeb600bb.zip |
Migrate to androidx (#1257)
* Initial migration
* Update gradle wrapper
* Update iconics and revert progressanimator api
* Clean up imports
* Update dependencies and address some lint issues
* Update constants
* Remove extra import
Diffstat (limited to 'gradle/wrapper')
-rw-r--r-- | gradle/wrapper/gradle-wrapper.properties | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 3f0f9be6..953390dc 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,6 @@ +#Sun Dec 23 17:28:36 EST 2018 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 |