Skip to content

Commit

Permalink
Update service type
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesSmartCell committed Mar 29, 2024
1 parent 83a71b2 commit 2076c58
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ android {
applicationId "io.stormbird.wallet"
minSdk 24
targetSdk 34
versionCode 261
versionName "3.79"
versionCode 262
versionName "3.80"

android.buildFeatures.buildConfig true

Expand Down
1 change: 1 addition & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@
<service
android:name=".service.WalletConnectV2Service"
android:enabled="true"
android:foregroundServiceType="shortService"
android:exported="false">
</service>

Expand Down

0 comments on commit 2076c58

Please sign in to comment.