Skip to content

Commit

Permalink
Update SMS proxy to 3.0.0 (#441)
Browse files Browse the repository at this point in the history
* Update SMS proxy to 3.0.0

* Workaround gradle dependency issue
  • Loading branch information
frimtec authored May 13, 2023
1 parent b6e6dc8 commit e118267
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 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 = '2.7.0-compatapi.2'
def secure_sms_proxy_api_version = '3.0.1'
def android_billingclient_version = '5.2.0'
def slidetoact_version = '0.10.0'
def takisoft_preferencex_version = '1.1.0'
Expand Down
Binary file added app/lib/secure-sms-proxy-api-3.0.1.aar
Binary file not shown.
2 changes: 1 addition & 1 deletion app/version.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION_NAME=$version-National
VERSION_NAME=$version-Optima

0 comments on commit e118267

Please sign in to comment.