Skip to content

Commit

Permalink
Merge pull request #12964 from Expensify/jules-debuggableReleaseBuild
Browse files Browse the repository at this point in the history
[NO QA] Allow notification debugging for release builds on Android
  • Loading branch information
arosiclair authored Nov 28, 2022
2 parents f9853f3 + 4cd0d67 commit fedefd1
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 13 deletions.
8 changes: 8 additions & 0 deletions android/app/src/debug/assets/airshipconfig.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
appKey = uulSSfTDQJ2r0PMpjRrhmQ
appSecret = D4Bhf0HrQEehrPua74Tyiw
inProduction = false
developmentLogLevel = VERBOSE

# Notification Customization
notificationIcon = ic_notification
notificationAccentColor = #2EAAE2
7 changes: 7 additions & 0 deletions android/app/src/e2eRelease/assets/airshipconfig.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
appKey = 55vypj0ARc6cN09MX7ogtQ
appSecret = EsSaqbdLSvmyC6kSBFJCtQ
inProduction = true

# Notification Customization
notificationIcon = ic_notification
notificationAccentColor = #2EAAE2
9 changes: 0 additions & 9 deletions android/app/src/main/assets/airshipconfig.properties

This file was deleted.

7 changes: 7 additions & 0 deletions android/app/src/release/assets/airshipconfig.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
appKey = 55vypj0ARc6cN09MX7ogtQ
appSecret = EsSaqbdLSvmyC6kSBFJCtQ
inProduction = true

# Notification Customization
notificationIcon = ic_notification
notificationAccentColor = #2EAAE2
8 changes: 4 additions & 4 deletions ios/AirshipConfig.plist
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<dict>
<key>detectProvisioningMode</key>
<true/>
<key>developmentAppKey</key>
<key>appKey</key>
<string>uulSSfTDQJ2r0PMpjRrhmQ</string>
<key>developmentAppSecret</key>
<key>appSecret</key>
<string>D4Bhf0HrQEehrPua74Tyiw</string>
<key>productionAppKey</key>
<key>appKey</key>
<string>55vypj0ARc6cN09MX7ogtQ</string>
<key>productionAppSecret</key>
<key>appSecret</key>
<string>EsSaqbdLSvmyC6kSBFJCtQ</string>
</dict>
</plist>

0 comments on commit fedefd1

Please sign in to comment.