apply plugin:
'com.android.application'
android {
compileSdkVersion
'Google Inc.:Google APIs:17'
buildToolsVersion
"23.0.1"
defaultConfig {
applicationId
"com.Hello"
minSdkVersion
14
targetSdkVersion
23
}
buildTypes {
release {
minifyEnabled
false
proguardFiles getDefaultProguardFile(
'proguard-android.txt'
),
'proguard-rules.txt'
}
}
}
dependencies {
compile project(
':bFAB'
)
compile project(
':CropImage'
)
compile project(
':Utils'
)
compile project(
':TwoWayView'
)
compile project(
':facebookSDK'
)
compile project(
':DragSortListView'
)
compile project(
':DrawingTool'
)
compile project(
':kakaoSDK'
)
compile
'com.google.android.gms:play-services:+'
compile
'com.google.code.gson:gson:2.2.2'
compile
'com.actionbarsherlock:actionbarsherlock:4.4.0@aar'
compile files(
'libs/httpclient-4.2.3.jar'
)
compile files(
'libs/httpclient-cache-4.2.3.jar'
)
compile files(
'libs/httpcore-4.2.2.jar'
)
compile files(
'libs/httpmime-4.2.3.jar'
)
compile files(
'libs/jsoup-1.7.3.jar'
)
compile
'com.android.support:support-v4:23.1.0'
}