Version 1.12

This commit is contained in:
Vlad Mihalachi
2014-10-12 18:11:19 +02:00
parent df5a302129
commit 46842a5343
80 changed files with 1202 additions and 345 deletions

View File

@@ -25,10 +25,10 @@ android {
defaultConfig {
applicationId "com.maskyn.fileeditorpro"
minSdkVersion 14
minSdkVersion 10
targetSdkVersion 19
versionCode 27
versionName "1.11"
versionCode 29
versionName "1.12"
}
compileOptions {

View File

@@ -36,7 +36,7 @@
android:allowBackup="true"
android:icon="@drawable/ic_launcher"
android:label="@string/nome_app_turbo_editor"
android:hardwareAccelerated="false"
android:hardwareAccelerated="true"
android:largeHeap="true"
android:supportsRtl="true"
android:name="sharedcode.turboeditor.activity.MyApp"