jspw / Ubuntu-Launcher

An Android Launcher (having Ubuntu-Gnome flavour) build with Flutter
GNU General Public License v3.0
343 stars 62 forks source link

did the packageName just change intentionally? #8

Closed IzzySoft closed 3 years ago

IzzySoft commented 3 years ago

it seems the packageName just changed from com.example.launcher to com.ubuntu.launcher, which effectively makes it a different app that needs to be re-installed (no update possible). As the release notes do not mention this fact: was that done intentionally? And will the new name "stick"?

jspw commented 3 years ago

Sorry i forgot to mention that in new release. I came to realise that the packageName "com.example.launcher" is already registered in another android launcher and this will be a conflict . So i had to chnage the packagename and it will be sticked to the new packagename.

IzzySoft commented 3 years ago

Makes sense, thanks! Just wanted to make sure before "renaming" it in my repo :wink: