Skip to content

Commit 6ee23b8

Browse files
committed
new version 18
1 parent 09d4716 commit 6ee23b8

File tree

4 files changed

+15
-5
lines changed

4 files changed

+15
-5
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android {
88
applicationId "io.github.subhamtyagi.lastlauncher"
99
minSdkVersion 14
1010
targetSdkVersion 29
11-
versionCode 17
12-
versionName "0.17"
11+
versionCode 18
12+
versionName "0.18"
1313
//resConfigs "en", "de"
1414
buildConfigField "boolean", "enableColorSniffer", "false"
1515
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
*Beta release 8*
2+
3+
* What's New in this release
4+
5+
- Bug fix for "Crashing the Launcher on Updating apps".
6+
- Fix memory leak
7+
8+
* Project Source codes Changes.
9+
10+
- Translation update.

fastlane/metadata/android/en-US/full_description.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Last Launcher is Quick, Simple, Minimalist, Customizable Android launcher. It ai
3434
<h2> Privacy<h2>
3535
▶ No Internet access permission.
3636
▶ No Storage access permission.
37-
▶ All data is stored on your device private storage and sensitive data is cipher with simple algorithm.
37+
▶ All data is stored on your device private storage and sensitive data is cipher with a simple algorithm.
3838

3939
<h2>Navigation</h2>
4040
▶<font color="#FF6E40"> Long click on EMPTY AREA to access launcher settings.</font>

flowlayout/layouts/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
apply plugin: 'com.android.library'
22

33
android {
4-
compileSdkVersion 28
4+
compileSdkVersion 29
55

66

77
defaultConfig {
88
versionCode 2
99
versionName "0.2"
1010
minSdkVersion 14
11-
targetSdkVersion 28
11+
targetSdkVersion 29
1212
}
1313
buildTypes {
1414
release {

0 commit comments

Comments
 (0)