Skip to content

Commit

Permalink
use debug app ID suffix on Android
Browse files Browse the repository at this point in the history
- kept uninstalling my daily use version...
  • Loading branch information
Chaphasilor committed Nov 3, 2024
1 parent fa45a21 commit 2b47152
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ android {
// shrinkResources false
// minifyEnabled false
}
debug {
applicationIdSuffix '.debug'
}
}
}

Expand Down

0 comments on commit 2b47152

Please sign in to comment.