diff options
author | Renard | 2016-12-29 20:58:27 -0300 |
---|---|---|
committer | Renard | 2016-12-29 20:58:27 -0300 |
commit | 56a4714a3af6cd74b5946afdf245be97cfb56ba6 (patch) | |
tree | 94e61e5a89307ffbaa209a52de4c2e93c7f4942e /build.gradle | |
parent | 22e5b86dcf7bd8e20abf7ab0de197a29f77e78d7 (diff) | |
download | BaiApp-1.9.tar.gz BaiApp-1.9.tar.xz BaiApp-1.9.zip |
SSL Fixv1.9
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index e0b366a..74b2ab0 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:1.5.0' + classpath 'com.android.tools.build:gradle:2.2.3' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files |