1
0
mirror of https://github.com/nerzhul/ownCloud-SMS-App.git synced 2026-08-26 15:40:27 +00:00

SMS restore now used GoLang HTTP client. (#180)

This permits to remove the whole android HTTP client from source
This commit is contained in:
Loïc Blot
2018-02-10 15:59:46 +01:00
committed by GitHub
parent 8ad3b251b0
commit 61ed3d2791
6 changed files with 65 additions and 263 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ android {
defaultConfig {
applicationId "fr.unix_experience.owncloud_sms"
versionCode 64
versionName "2.0.0"
versionName "2.0.1"
minSdkVersion 16
targetSdkVersion 27
maxSdkVersion 27