We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83a71b2 commit 2076c58Copy full SHA for 2076c58
app/build.gradle
@@ -52,8 +52,8 @@ android {
52
applicationId "io.stormbird.wallet"
53
minSdk 24
54
targetSdk 34
55
- versionCode 261
56
- versionName "3.79"
+ versionCode 262
+ versionName "3.80"
57
58
android.buildFeatures.buildConfig true
59
app/src/main/AndroidManifest.xml
@@ -124,6 +124,7 @@
124
<service
125
android:name=".service.WalletConnectV2Service"
126
android:enabled="true"
127
+ android:foregroundServiceType="shortService"
128
android:exported="false">
129
</service>
130
0 commit comments