1
0
mirror of https://github.com/nerzhul/ownCloud-SMS-App.git synced 2025-06-05 23:16:27 +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 {
applicationId "fr.unix_experience.owncloud_sms"
versionCode 69
versionName "2.0.5"
versionCode 70
versionName "2.0.6"
minSdkVersion 16
targetSdkVersion 28
maxSdkVersion 28
@ -61,11 +61,11 @@ repositories {
}
dependencies {
compile 'com.android.support:support-v13:28.0.0'
compile 'com.android.support:appcompat-v7:28.0.0'
compile 'com.android.support:design:28.0.0'
compile 'in.srain.cube:ultra-ptr:1.0.11'
compile 'com.github.dmytrodanylyk.android-process-button:library:1.0.4'
compile 'com.android.support:support-v4:28.0.0'
implementation 'com.android.support:support-v13:28.0.0'
implementation 'com.android.support:appcompat-v7:28.0.0'
implementation 'com.android.support:design:28.0.0'
implementation 'in.srain.cube:ultra-ptr:1.0.11'
implementation 'com.github.dmytrodanylyk.android-process-button:library:1.0.4'
implementation 'com.android.support:support-v4:28.0.0'
implementation project(':ncsmsgo')
}

Binary file not shown.