Small changes

This commit is contained in:
Vlad Mihalachi
2014-12-11 18:58:22 +01:00
parent 7a86540c60
commit 89673216e8
31 changed files with 644 additions and 641 deletions

View File

@@ -21,7 +21,7 @@ apply plugin: 'com.android.application'
android {
compileSdkVersion 21
buildToolsVersion '21.0.2'
buildToolsVersion '21.1.2'
defaultConfig {
applicationId "com.maskyn.fileeditorpro"
@@ -37,6 +37,7 @@ android {
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}