v0.2 Release

This commit is contained in:
Vlad Mihalachi
2013-09-27 08:43:16 +02:00
parent dd93860b49
commit fd65fe6dd4
94 changed files with 6875 additions and 156 deletions

28
Turbo Editor/build.gradle Normal file
View File

@ -0,0 +1,28 @@
buildscript {
repositories {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:0.5.+'
}
}
apply plugin: 'android'
repositories {
mavenCentral()
}
android {
compileSdkVersion 18
buildToolsVersion "18.1.0"
defaultConfig {
minSdkVersion 14
targetSdkVersion 18
}
}
dependencies {
compile 'com.github.gabrielemariotti.changeloglib:library:1.2.0'
compile fileTree(dir: 'libs', include: '*.jar')
}