version j-0.0.6

This commit is contained in:
Josia Pietsch 2024-08-02 22:46:18 +02:00
parent 500062b29b
commit 9a438df3f9
Signed by: jrpie
GPG key ID: E70B571D66986A2D
3 changed files with 3 additions and 5 deletions

View file

@ -2,9 +2,7 @@
<!--[![][shield-release]][latest-release] -->
[![][shield-license]][license]
<!-- ENGLISH README -->
# <a name="en"></a> Launcher
# μLauncher
This is a fork of [finnmglas's app Launcher][original-repo].

View file

@ -23,8 +23,8 @@ android {
applicationId "de.jrpie.android.launcher"
minSdkVersion 21
targetSdkVersion 35
versionCode 17
versionName "j-0.0.5"
versionCode 18
versionName "j-0.0.6"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}