Skip to content

Commit

Permalink
new version 18
Browse files Browse the repository at this point in the history
  • Loading branch information
SubhamTyagi committed Jun 25, 2021
1 parent 09d4716 commit 6ee23b8
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "io.github.subhamtyagi.lastlauncher"
minSdkVersion 14
targetSdkVersion 29
versionCode 17
versionName "0.17"
versionCode 18
versionName "0.18"
//resConfigs "en", "de"
buildConfigField "boolean", "enableColorSniffer", "false"
}
Expand Down
10 changes: 10 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/18.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
*Beta release 8*

* What's New in this release

- Bug fix for "Crashing the Launcher on Updating apps".
- Fix memory leak

* Project Source codes Changes.

- Translation update.
2 changes: 1 addition & 1 deletion fastlane/metadata/android/en-US/full_description.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Last Launcher is Quick, Simple, Minimalist, Customizable Android launcher. It ai
<h2> Privacy<h2>
▶ No Internet access permission.
▶ No Storage access permission.
▶ All data is stored on your device private storage and sensitive data is cipher with simple algorithm.
▶ All data is stored on your device private storage and sensitive data is cipher with a simple algorithm.

<h2>Navigation</h2>
▶<font color="#FF6E40"> Long click on EMPTY AREA to access launcher settings.</font>
Expand Down
4 changes: 2 additions & 2 deletions flowlayout/layouts/build.gradle
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
apply plugin: 'com.android.library'

android {
compileSdkVersion 28
compileSdkVersion 29


defaultConfig {
versionCode 2
versionName "0.2"
minSdkVersion 14
targetSdkVersion 28
targetSdkVersion 29
}
buildTypes {
release {
Expand Down

0 comments on commit 6ee23b8

Please sign in to comment.