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" }