diff options
| author | Pierre Bourdon <delroth@gmail.com> | 2016-04-02 14:02:24 +0200 |
|---|---|---|
| committer | Pierre Bourdon <delroth@gmail.com> | 2016-04-02 14:02:24 +0200 |
| commit | 2e8d91870992005f0e25906a9336d99c2deed44e (patch) | |
| tree | 813ded3b3f236a3a078b610c4c672ddb6a3b3aeb /Source/Android | |
| parent | 418b8c03d54980401214847cf9d8ebbe0ecf166d (diff) | |
| parent | 6cd7740f4b694d11f04f442a7f4df37f4a1009ea (diff) | |
Merge pull request #3764 from degasus/android
Android: Update gradle version
Diffstat (limited to 'Source/Android')
| -rw-r--r-- | Source/Android/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Android/build.gradle b/Source/Android/build.gradle index 4888575104..45e26d6e42 100644 --- a/Source/Android/build.gradle +++ b/Source/Android/build.gradle @@ -5,7 +5,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:2.0.0-beta5' + classpath 'com.android.tools.build:gradle:2.1.0-alpha5' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files |
