Version 1.19

This commit is contained in:
Vlad Mihalachi
2015-03-26 21:26:24 +01:00
parent e399a217e5
commit a1e82b65d4
106 changed files with 5228 additions and 391 deletions

View File

@@ -43,13 +43,13 @@ repositories {
android {
compileSdkVersion 22
buildToolsVersion '22'
buildToolsVersion '22.0.1'
defaultConfig {
applicationId "com.maskyn.fileeditor"
minSdkVersion 11
targetSdkVersion 22
versionCode 46
versionName "1.18.3"
versionCode 47
versionName "1.19"
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_7