Skip to content

Commit

Permalink
Merge pull request #28 from devinbileck/fix-package-name
Browse files Browse the repository at this point in the history
Fix package name
  • Loading branch information
devinbileck authored Jun 27, 2022
2 parents 3758c30 + 0b456cc commit d8a6825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ android {
namespace 'bisq.android'
compileSdkVersion 32
defaultConfig {
applicationId "bisq.android"
applicationId "com.joachimneumann.bisq"
versionCode getVersionCode()
versionName getVersionName()
minSdkVersion 21
Expand Down

0 comments on commit d8a6825

Please sign in to comment.