mirror of
https://github.com/nerzhul/ownCloud-SMS-App.git
synced 2026-08-11 08:22:59 +00:00
Version 2.0.6 - ncsmsgo updated to latest golang runtime (1.11.4)
This commit is contained in:
+8
-8
@@ -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.
Reference in New Issue
Block a user