Skip to content

Commit

Permalink
Merge branch 'main' into renovate/androidx.paging
Browse files Browse the repository at this point in the history
  • Loading branch information
ashdavies authored Dec 12, 2024
2 parents 57f35cd + b9141e3 commit c5e1c49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conferences-app/src/androidMain/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
android:name="io.ashdavies.party.MainActivity"
android:configChanges="keyboardHidden|orientation"
android:exported="true"
android:label="Playground"
android:label="Conferences"
android:theme="@style/Theme.Material3.DynamicColors.DayNight">

<intent-filter>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="application">Playground</string>
<string name="application">Conferences</string>
<string name="upcoming">Upcoming</string>
<string name="profile">Profile</string>
<string name="events">Events</string>
Expand Down

0 comments on commit c5e1c49

Please sign in to comment.