Skip to content

Commit

Permalink
Fixed Debuggable Configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCodeTraveler committed Aug 16, 2020
1 parent 21c45f2 commit 371bc2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GitTrends.Android/MainApplication.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
namespace GitTrends.Droid
{
#if AppStore
[Application(Debuggable = true)]
#else
[Application(Debuggable = false)]
#else
[Application(Debuggable = true)]
#endif
public partial class MainApplication : Application
{
Expand Down

0 comments on commit 371bc2b

Please sign in to comment.