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-release]][latest-release] -->
[![][shield-license]][license] [![][shield-license]][license]
<!-- ENGLISH README --> # μLauncher
# <a name="en"></a> Launcher
This is a fork of [finnmglas's app Launcher][original-repo]. This is a fork of [finnmglas's app Launcher][original-repo].

View file

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