On Mon, Feb 22, 2016 at 1:00 AM, Jeffy Joseph <[email protected]> wrote:

> I then updated gradleVersion as following
>
> task wrapper(type: Wrapper) {
>     gradleVersion = '2.2.1'
> }
>
>
Set your gradle version in your top-level build.gradle file:

buildscript {
    repositories {
        jcenter()
    }
    dependencies {
        classpath 'com.android.tools.build:gradle:1.5.0'
    }
}


-------------------------------------------------------------------------------------------------
TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago
transit tracking app for Android-powered devices

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CANCScgifn2owen14misuMpbda0eK%3DmANeDj07bh1Lki5GdJN7g%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to