Readded the jar, and fixed a keyboard issue

This commit is contained in:
Vlad Mihalachi
2014-09-27 15:20:05 +02:00
parent 2fefb3963c
commit 520c4c53c0
11 changed files with 124 additions and 53 deletions

View File

@ -38,12 +38,12 @@ repositories {
android {
compileSdkVersion 20
buildToolsVersion "20.0.0"
compileSdkVersion 19
buildToolsVersion "19.1.0"
defaultConfig {
applicationId "com.maskyn.fileeditor"
minSdkVersion 14
targetSdkVersion 20
targetSdkVersion 19
versionCode 26
versionName "1.10"
}