Skip to content

Commit

Permalink
Collapse launcher app into map routes (#1442)
Browse files Browse the repository at this point in the history
Co-authored-by: Ashley Davies <[email protected]>
  • Loading branch information
ashdavies and ashdavies authored Jan 14, 2025
1 parent 03b04e6 commit e6e8078
Show file tree
Hide file tree
Showing 35 changed files with 212 additions and 488 deletions.
1 change: 1 addition & 0 deletions app-launcher/android/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ kotlin {
sourceSets {
androidMain.dependencies {
implementation(projects.appLauncher.common)

implementation(projects.httpClient)
implementation(projects.platformScaffold)
implementation(projects.platformSupport)
Expand Down
2 changes: 1 addition & 1 deletion app-launcher/android/src/androidMain/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
android:icon="@mipmap/ic_launcher">

<activity
android:name="io.ashdavies.playground.MainActivity"
android:name="io.ashdavies.playground.io.ashdavies.routes.MainActivity"
android:configChanges="keyboardHidden|orientation"
android:exported="true"
android:label="Playground"
Expand Down

This file was deleted.

This file was deleted.

6 changes: 0 additions & 6 deletions app-launcher/android/src/androidMain/res/values/strings.xml

This file was deleted.

Binary file not shown.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit e6e8078

Please sign in to comment.