Skip to content

Commit

Permalink
Fix package name
Browse files Browse the repository at this point in the history
This is necessary to upload to Google Play since the registered package
name is still com.joachimneumann.bisq.
  • Loading branch information
devinbileck committed Jun 27, 2022
1 parent 3758c30 commit 0b456cc
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 0b456cc

Please sign in to comment.