Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kowczarz committed Aug 11, 2023
1 parent 69923ac commit ffc1db5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
9 changes: 0 additions & 9 deletions .env.adhoc

This file was deleted.

6 changes: 3 additions & 3 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -103,17 +103,17 @@ android {
// applies all non-production flavors
applicationIdSuffix ".adhoc"
signingConfig signingConfigs.debug
resValue string”, “build_config_package”, “com.expensify.chat
resValue "string", "build_config_package", "com.expensify.chat"
}
adhoc {
applicationIdSuffix ".adhoc"
signingConfig signingConfigs.debug
resValue string”, “build_config_package”, “com.expensify.chat
resValue "string", "build_config_package", "com.expensify.chat"
}
development {
applicationIdSuffix ".dev"
signingConfig signingConfigs.debug
resValue string”, “build_config_package”, “com.expensify.chat
resValue "string", "build_config_package", "com.expensify.chat"
}
}

Expand Down

0 comments on commit ffc1db5

Please sign in to comment.