Skip to content

Commit

Permalink
Bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkourlas committed Sep 29, 2020
1 parent fc2e18c commit 1f9ad72
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.6.8 ##

* Bug fixes

## 0.6.7 ##

* Bug fixes
Expand Down
4 changes: 2 additions & 2 deletions voipms-sms/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
applicationId 'net.kourlas.voipms_sms'
minSdkVersion 21
targetSdkVersion 30
versionCode 125
versionName '0.6.7'
versionCode 126
versionName '0.6.8'
}
flavorDimensions 'version', 'demo'
productFlavors {
Expand Down
4 changes: 3 additions & 1 deletion voipms-sms/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,9 @@
<service
android:name=".sms.services.SyncIntervalService"
android:permission="android.permission.BIND_JOB_SERVICE" />
<service android:name=".sms.services.SyncService" />
<service
android:name=".sms.services.SyncService"
android:foregroundServiceType="dataSync" />
<service
android:name=".sms.services.VerifyCredentialsService"
android:permission="android.permission.BIND_JOB_SERVICE" />
Expand Down

0 comments on commit 1f9ad72

Please sign in to comment.