1
0
mirror of https://github.com/nerzhul/ownCloud-SMS-App.git synced 2025-06-07 16:06:18 +00:00

Version 2.0.6 - ncsmsgo updated to latest golang runtime (1.11.4)

This commit is contained in:
Loic Blot 2019-01-14 19:53:51 +01:00
parent 58a753c921
commit 6bd1ce5ae9
No known key found for this signature in database
GPG Key ID: EFAA458E8C153987
2 changed files with 8 additions and 8 deletions

View File

@ -28,8 +28,8 @@ android {
defaultConfig { defaultConfig {
applicationId "fr.unix_experience.owncloud_sms" applicationId "fr.unix_experience.owncloud_sms"
versionCode 69 versionCode 70
versionName "2.0.5" versionName "2.0.6"
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 28 targetSdkVersion 28
maxSdkVersion 28 maxSdkVersion 28
@ -61,11 +61,11 @@ repositories {
} }
dependencies { dependencies {
compile 'com.android.support:support-v13:28.0.0' implementation 'com.android.support:support-v13:28.0.0'
compile 'com.android.support:appcompat-v7:28.0.0' implementation 'com.android.support:appcompat-v7:28.0.0'
compile 'com.android.support:design:28.0.0' implementation 'com.android.support:design:28.0.0'
compile 'in.srain.cube:ultra-ptr:1.0.11' implementation 'in.srain.cube:ultra-ptr:1.0.11'
compile 'com.github.dmytrodanylyk.android-process-button:library:1.0.4' implementation 'com.github.dmytrodanylyk.android-process-button:library:1.0.4'
compile 'com.android.support:support-v4:28.0.0' implementation 'com.android.support:support-v4:28.0.0'
implementation project(':ncsmsgo') implementation project(':ncsmsgo')
} }

Binary file not shown.