New material things

This commit is contained in:
Vlad Mihalachi
2014-10-25 14:35:31 +02:00
parent 4d26fa7f3d
commit 78407c292a
164 changed files with 1485 additions and 1607 deletions

View File

@@ -24,13 +24,13 @@ android {
disable 'MissingTranslation', 'ExtraTranslation'
}
compileSdkVersion 20
buildToolsVersion '20.0.0'
compileSdkVersion 21
buildToolsVersion '21.0.2'
defaultConfig {
applicationId "sharedcode.turboeditor"
minSdkVersion 11
targetSdkVersion 19
targetSdkVersion 21
versionCode 1
versionName "1.0"
}
@@ -66,7 +66,10 @@ dependencies {
// compile 'com.googlecode.juniversalchardet:juniversalchardet:1.0.3'
compile 'org.apache.commons:commons-lang3:3.1'
compile files('libs/juniversalchardet-1.0.3.jar')
compile 'com.android.support:support-v4:19.0.+'
compile ("com.android.support:appcompat-v7:21.+") {
exclude group: 'com.android.support', module: 'support-v4'
}
compile 'com.android.support:support-v4:21.+'
compile 'com.github.gabrielemariotti.changeloglib:library:1.5.1'
compile 'commons-io:commons-io:2.4'
compile 'com.android.support:support-annotations:20.0.0'