Skip to content

Commit

Permalink
add icon
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-tennert committed Apr 2, 2024
1 parent 859c89c commit 5d6eac0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composeApp/src/androidMain/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<application
android:name=".AndroidApp"
android:icon="@android:drawable/ic_menu_compass"
android:icon="@drawable/orders"
android:label="Einkaufszettel"
android:theme="@style/Theme.AppCompat.DayNight.NoActionBar">
<activity
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ android.useAndroidX=true
android.nonTransitiveRClass=true

##App
app.versionName=1.0.1
app.versionCode=2
app.versionName=1.0.2
app.versionCode=3

0 comments on commit 5d6eac0

Please sign in to comment.