diff options
author | Allan Wang <me@allanwang.ca> | 2017-05-30 01:03:01 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2017-05-30 01:03:01 -0700 |
commit | 4c44dbc9933bd726c1da0bf326102835c4974d6b (patch) | |
tree | 18be2954a53c292eef132f9a3dc630c4071c7a9b /gradle.properties | |
parent | 461425eb6054f18cea1990a4117fe8c78e888ddf (diff) | |
download | frost-4c44dbc9933bd726c1da0bf326102835c4974d6b.tar.gz frost-4c44dbc9933bd726c1da0bf326102835c4974d6b.tar.bz2 frost-4c44dbc9933bd726c1da0bf326102835c4974d6b.zip |
create retrofacebook and token retrieval
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gradle.properties b/gradle.properties index f8a5aa3f..d3d96b32 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,16 +1,12 @@ # Project-wide Gradle settings. - # IDE (e.g. Android Studio) users: # Gradle settings configured through the IDE *will override* # any settings specified in this file. - # For more details on how to configure your build environment visit # http://www.gradle.org/docs/current/userguide/build_environment.html - # Specifies the JVM arguments used for the daemon process. # The setting is particularly useful for tweaking memory settings. org.gradle.jvmargs=-Xmx1536m - # When configured, Gradle will run in incubating parallel mode. # This option should only be used with decoupled projects. More details, visit # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects @@ -22,7 +18,6 @@ TARGET_SDK=25 BUILD_TOOLS=25.0.2 VERSION_CODE=1 VERSION_NAME=0.1 - ANDROID_SUPPORT_LIBS=25.3.1 TIMBER=4.5.1 MD=0.9.4.3 @@ -35,5 +30,10 @@ SEARCH_VIEW=4.0 RX_JAVA=2.0.7 RX_ANDROID=2.0.1 RX_BINDING=2.0.0 +JSOUP=1.10.2 +FB_SDK=[4,5) STETHO=1.4.2 +ANKO=0.10.0 GLIDE=4.0.0-RC0 +RETROFIT=2.2.0 +OKHTTP_INTERCEPTOR=3.6.0 |