Skip to content

Commit

Permalink
release note - fixed app crash on subscribe in release build
Browse files Browse the repository at this point in the history
  • Loading branch information
syedahmedjamil committed Jan 22, 2024
1 parent 0539e04 commit 6f384d9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ android {
isMinifyEnabled = true
isShrinkResources = true
isDebuggable = false
applicationIdSuffix = ".${suffix}"
versionNameSuffix = "-${suffix}"
signingConfig = signingConfigs.getByName("release")

Expand Down
1 change: 0 additions & 1 deletion app/src/main/res/navigation/nav_graph.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,5 @@
android:id="@+id/notification_dest"
android:name="com.github.syedahmedjamil.pushernotif.ui.notification.NotificationFragment"
tools:layout="@layout/fragment_notification">

</fragment>
</navigation>

0 comments on commit 6f384d9

Please sign in to comment.