Mittwoch, 4. September 2013

Project/Lib Dependencies


Eine Sammlung der wichtigsten repos für AS:

dependencies {
    // Google Play Services
    compile 'com.google.android.gms:play-services:3.2.25' 

    // Support Libraries
    compile 'com.android.support:support-v4:18.0.0'
    compile 'com.android.support:appcompat-v7:18.0.0'
    compile 'com.android.support:gridlayout-v7:18.0.0'
    compile 'com.android.support:support-v7-mediarouter:18.0.0'
    compile 'com.android.support:support-v13:18.0.0'

    // Note: these libraries require the "Google Repository" and "Android Repository"
    //       to be installed via the SDK manager. 
 
    // ABS
    compile 'com.actionbarsherlock:actionbarsherlock:4.4.0@aar'
}
 
QUELLE: http://gradleplease.appspot.com/ 

Keine Kommentare:

Kommentar veröffentlichen