From 9a438df3f9f7ea831086463dbfcbe9d295857237 Mon Sep 17 00:00:00 2001 From: Josia Pietsch Date: Fri, 2 Aug 2024 22:46:18 +0200 Subject: [PATCH] version j-0.0.6 --- .kotlin/sessions/kotlin-compiler-12479629071764159773.salive | 0 README.md | 4 +--- app/build.gradle | 4 ++-- 3 files changed, 3 insertions(+), 5 deletions(-) create mode 100644 .kotlin/sessions/kotlin-compiler-12479629071764159773.salive diff --git a/.kotlin/sessions/kotlin-compiler-12479629071764159773.salive b/.kotlin/sessions/kotlin-compiler-12479629071764159773.salive new file mode 100644 index 0000000..e69de29 diff --git a/README.md b/README.md index 51ae856..3c06b15 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,7 @@ [![][shield-license]][license] - - -# Launcher +# μLauncher This is a fork of [finnmglas's app Launcher][original-repo]. diff --git a/app/build.gradle b/app/build.gradle index 45416cd..359f5a7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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" }