Skip to content

Commit

Permalink
Change package and app name
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjo118 committed Jan 13, 2025
1 parent 0331d8e commit 0eb06ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/app-mobile/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ android {
namespace "net.cozic.joplin"
defaultConfig {
applicationId "net.cozic.joplin"
applicationIdSuffix "hack"
applicationIdSuffix "hack.version"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 2097762
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<resources>
<string name="app_name">JoplinHack</string>
<string name="app_name">JoplinHackVersion</string>
<string name="default_notification_channel_id">net.cozic.joplin.notification</string>
</resources>

0 comments on commit 0eb06ff

Please sign in to comment.