Version 1.17

Added a markdown viewer and fixed a bug with Copy/Paste/Cut actions
This commit is contained in:
Vlad Mihalachi
2015-03-15 18:45:18 +01:00
parent 2414192638
commit 1f3ad1ab12
62 changed files with 605 additions and 154 deletions

View File

@@ -27,8 +27,8 @@ android {
applicationId "com.maskyn.fileeditorpro"
minSdkVersion 11
targetSdkVersion 22
versionCode 41
versionName "1.16"
versionCode 42
versionName "1.17"
}
compileOptions {

View File

@@ -115,6 +115,7 @@
android:name="com.sec.android.multiwindow.MINIMUM_SIZE_H"
android:value="598.0dip" />
<activity android:name="sharedcode.turboeditor.activity.MarkdownActivity" />
</application>
</manifest>