Import lib with fixes

This commit is contained in:
tom79 2019-07-22 23:03:58 +02:00
parent 0fe526f434
commit e5404d47da
1 changed files with 2 additions and 2 deletions

View File

@ -55,7 +55,7 @@ allprojects {
} }
} }
ext.supportLibraryVersion = '28.0.0' ext.supportLibraryVersion = '28.0.0'
ext.glideLibraryVersion = '4.8.0' ext.glideLibraryVersion = '4.9.0'
ext.conscryptLibraryVersion = '2.1.0' ext.conscryptLibraryVersion = '2.1.0'
ext.evernoteLibraryVersion = '1.3.0-rc1' ext.evernoteLibraryVersion = '1.3.0-rc1'
ext.gsonLibraryVersion = '2.8.2' ext.gsonLibraryVersion = '2.8.2'
@ -118,6 +118,6 @@ dependencies {
implementation "ch.acra:acra-mail:$acraVersion" implementation "ch.acra:acra-mail:$acraVersion"
implementation "ch.acra:acra-limiter:$acraVersion" implementation "ch.acra:acra-limiter:$acraVersion"
implementation "ch.acra:acra-notification:$acraVersion" implementation "ch.acra:acra-notification:$acraVersion"
implementation 'com.github.stom79:Android-WYSIWYG-Editor:3.0.7' implementation 'com.github.stom79:Android-WYSIWYG-Editor:3.2'
implementation 'com.github.duanhong169:colorpicker:1.1.6' implementation 'com.github.duanhong169:colorpicker:1.1.6'
} }