Skip to content

Commit

Permalink
Bump S2MSP to 3.3.0 for numeric short code support (#588)
Browse files Browse the repository at this point in the history
  • Loading branch information
frimtec committed Sep 21, 2024
1 parent 1ae8a82 commit caaf42f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 114 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: "de.mannodermaus.android-junit5"
apply plugin: 'jacoco'

// Third party library versions
def secure_sms_proxy_api_version = '3.2.2'
def secure_sms_proxy_api_version = '3.3.0'
def android_billingclient_version = '7.0.0'
def slidetoact_version = '0.11.0'
def takisoft_preferencex_version = '1.1.0'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package com.github.frimtec.android.pikettassist.service.dao;

import static com.github.frimtec.android.pikettassist.util.PhoneNumberType.fromNumber;
import static com.github.frimtec.android.securesmsproxyapi.utility.PhoneNumberType.fromNumber;
import static java.util.stream.Collectors.joining;

import android.content.ContentResolver;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
import com.github.frimtec.android.pikettassist.service.dao.ContactDao;
import com.github.frimtec.android.pikettassist.service.system.SignalStrengthService;
import com.github.frimtec.android.pikettassist.state.ApplicationPreferences;
import com.github.frimtec.android.pikettassist.util.PhoneNumberType;
import com.github.frimtec.android.securesmsproxyapi.utility.PhoneNumberType;
import com.takisoft.preferencex.EditTextPreference;
import com.takisoft.preferencex.PreferenceFragmentCompat;
import com.takisoft.preferencex.RingtonePreference;
Expand Down

This file was deleted.

0 comments on commit caaf42f

Please sign in to comment.