Version 1.15

∙ It is a "beta" release, feel free to send you feedback on github.com!
∙ Added Save As! (and rename option)
∙ Added Replace All!
∙ The default encoding now is UTF-16
∙ Removed donations items, if you want to donate please buy the pro
version!
∙ Minor bug fixes
This commit is contained in:
Vlad Mihalachi
2015-03-14 13:11:56 +01:00
parent 89673216e8
commit 05e4157bed
97 changed files with 1897 additions and 3789 deletions

View File

@@ -40,14 +40,14 @@ repositories {
android {
compileSdkVersion 21
buildToolsVersion '21.1.2'
compileSdkVersion 22
buildToolsVersion '22'
defaultConfig {
applicationId "com.maskyn.fileeditor"
minSdkVersion 11
targetSdkVersion 21
versionCode 35
versionName "1.13.2"
targetSdkVersion 22
versionCode 39
versionName "1.15.1"
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_7
@@ -71,7 +71,7 @@ android {
dependencies {
compile fileTree(dir: 'libs', include: '*.jar')
compile project(':libraries:sharedCode')
compile 'com.google.android.gms:play-services:6.1.71'
compile 'com.google.android.gms:play-services-ads:6.5.+'
compile('com.crashlytics.sdk.android:crashlytics:2.+@aar') {
transitive = true;
}