Commit 8d3e5589 by ssngah

update build file

parent f51a13e1
...@@ -17,6 +17,7 @@ out/ ...@@ -17,6 +17,7 @@ out/
# Gradle files # Gradle files
.gradle/ .gradle/
build/ build/
.idea/
# Local configuration file (sdk path, etc) # Local configuration file (sdk path, etc)
local.properties local.properties
......
apply plugin: 'com.android.application' apply plugin: 'com.android.application'
//you may want to use android annotation
//apply plugin: 'com.neenbedankt.android-apt'
//
// ext.androidAnnotationsVersion = '3.3.1';
//
//configurations {
// apt
//
//}
//apt {
// arguments {
// resourcePackageName 'com.huxi.huxilibraries'
// androidManifestFile variant.outputs[0].processResources.manifestFile
// }
//}
android { android {
compileSdkVersion 23 compileSdkVersion 23
...@@ -49,4 +32,5 @@ dependencies { ...@@ -49,4 +32,5 @@ dependencies {
compile 'com.android.support:appcompat-v7:23.2.0' compile 'com.android.support:appcompat-v7:23.2.0'
} }
...@@ -16,6 +16,7 @@ buildscript { ...@@ -16,6 +16,7 @@ buildscript {
allprojects { allprojects {
repositories { repositories {
jcenter() jcenter()
} }
} }
...@@ -23,15 +24,5 @@ task clean(type: Delete) { ...@@ -23,15 +24,5 @@ task clean(type: Delete) {
delete rootProject.buildDir delete rootProject.buildDir
} }
ext {
compileSdkVersion = 23
buildToolsVersion = "23.0.1"
minSdkVersion = 14
targetSdkVersion = 23
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment