First Commit
This commit is contained in:
29
Turbo Editor/build.gradle
Normal file
29
Turbo Editor/build.gradle
Normal file
@ -0,0 +1,29 @@
|
||||
buildscript {
|
||||
repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:0.5.+'
|
||||
}
|
||||
}
|
||||
apply plugin: 'android'
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
android {
|
||||
compileSdkVersion 18
|
||||
buildToolsVersion "18.0.1"
|
||||
|
||||
defaultConfig {
|
||||
minSdkVersion 8
|
||||
targetSdkVersion 18
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile project(':Strings')
|
||||
compile 'com.android.support:appcompat-v7:18.0.0'
|
||||
compile group: 'commons-io', name: 'commons-io', version: '2.0.1'
|
||||
}
|
Reference in New Issue
Block a user