1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/baoti-Whats-Git-on-Android

Клонировать/Скачать
build.gradle 972 Байты
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
baoti Отправлено 12.03.2016 16:10 9c29811
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:1.5.0'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
allprojects {
repositories {
jcenter()
}
ext {
androidBuildToolsVersion = "23.0.2"
androidCompileSdkVersion = 23
androidSupportLibVersion = '23.1.1'
androidTargetSdkVersion = 23
daggerLib = 'com.squareup.dagger:dagger:1.2.2'
daggerCompilerLib = 'com.squareup.dagger:dagger-compiler:1.2.2'
retrofit2Lib = 'com.squareup.retrofit2:retrofit:2.0.0'
retrofit2RxjavaAdapterLib = 'com.squareup.retrofit2:adapter-rxjava:2.0.0'
retrofit2GsonConverterLib = 'com.squareup.retrofit2:converter-gson:2.0.0'
}
}

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/baoti-Whats-Git-on-Android.git
git@api.gitlife.ru:oschina-mirror/baoti-Whats-Git-on-Android.git
oschina-mirror
baoti-Whats-Git-on-Android
baoti-Whats-Git-on-Android
using-retrofit2