Skip to content

Commit

Permalink
[CHORE] Remove .debug suffix on Android (#681)
Browse files Browse the repository at this point in the history
  • Loading branch information
diegolmello authored Mar 6, 2019
1 parent a139cc8 commit 62e2d8e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,6 @@ android {
setProguardFiles([getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'])
signingConfig signingConfigs.release
}
debug {
applicationIdSuffix ".debug"
}
}
// applicationVariants are e.g. debug, release
applicationVariants.all { variant ->
Expand Down

0 comments on commit 62e2d8e

Please sign in to comment.