Skip to content

Commit

Permalink
Optimize app, version 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
subins2000 committed Jul 4, 2019
1 parent b374bd9 commit 58ecb52
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
7 changes: 4 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@ android {
applicationId "subins2000.manglish"
minSdkVersion 15
targetSdkVersion 28
versionCode 4
versionName "4.0"
versionCode 5
versionName "5.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
release {
minifyEnabled false
minifyEnabled true
shrinkResources true
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
}
Expand Down
File renamed without changes
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-GB/changelogs/5.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
* Conversion is 4 times faster now
* Add clear field & share button
* Reduced app size
* Fix bugs & crashes
* Fix app not working in older android versions

0 comments on commit 58ecb52

Please sign in to comment.