mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-21 17:05:39 +03:00
Bump vanniktechEmoji from 0.16.0-SNAPSHOT to 0.16.0 Release (#8281)
This commit is contained in:
parent
716bd9a2e6
commit
ca6dd3a0a1
2 changed files with 2 additions and 5 deletions
|
@ -24,9 +24,7 @@ def mavericks = "3.0.2"
|
|||
def glide = "4.15.1"
|
||||
def bigImageViewer = "1.8.1"
|
||||
def jjwt = "0.11.5"
|
||||
// Temporary version to unblock #6929. Once 0.16.0 is released we should use it, and revert
|
||||
// the whole commit which set version 0.16.0-SNAPSHOT
|
||||
def vanniktechEmoji = "0.16.0-SNAPSHOT"
|
||||
def vanniktechEmoji = "0.16.0"
|
||||
def sentry = "6.16.0"
|
||||
// Use 1.6.0 alpha to fix issue with test
|
||||
def fragment = "1.6.0-alpha08"
|
||||
|
|
|
@ -42,7 +42,6 @@ ext.groups = [
|
|||
regex: [
|
||||
],
|
||||
group: [
|
||||
'com.vanniktech',
|
||||
]
|
||||
],
|
||||
mavenCentral: [
|
||||
|
@ -128,7 +127,7 @@ ext.groups = [
|
|||
'com.sun.xml.bind.mvn',
|
||||
'com.sun.xml.fastinfoset',
|
||||
'com.thoughtworks.qdox',
|
||||
// 'com.vanniktech',
|
||||
'com.vanniktech',
|
||||
'commons-cli',
|
||||
'commons-codec',
|
||||
'commons-io',
|
||||
|
|
Loading…
Reference in a new issue