mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-22 01:15:54 +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 glide = "4.15.1"
|
||||||
def bigImageViewer = "1.8.1"
|
def bigImageViewer = "1.8.1"
|
||||||
def jjwt = "0.11.5"
|
def jjwt = "0.11.5"
|
||||||
// Temporary version to unblock #6929. Once 0.16.0 is released we should use it, and revert
|
def vanniktechEmoji = "0.16.0"
|
||||||
// the whole commit which set version 0.16.0-SNAPSHOT
|
|
||||||
def vanniktechEmoji = "0.16.0-SNAPSHOT"
|
|
||||||
def sentry = "6.16.0"
|
def sentry = "6.16.0"
|
||||||
// Use 1.6.0 alpha to fix issue with test
|
// Use 1.6.0 alpha to fix issue with test
|
||||||
def fragment = "1.6.0-alpha08"
|
def fragment = "1.6.0-alpha08"
|
||||||
|
|
|
@ -42,7 +42,6 @@ ext.groups = [
|
||||||
regex: [
|
regex: [
|
||||||
],
|
],
|
||||||
group: [
|
group: [
|
||||||
'com.vanniktech',
|
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
mavenCentral: [
|
mavenCentral: [
|
||||||
|
@ -128,7 +127,7 @@ ext.groups = [
|
||||||
'com.sun.xml.bind.mvn',
|
'com.sun.xml.bind.mvn',
|
||||||
'com.sun.xml.fastinfoset',
|
'com.sun.xml.fastinfoset',
|
||||||
'com.thoughtworks.qdox',
|
'com.thoughtworks.qdox',
|
||||||
// 'com.vanniktech',
|
'com.vanniktech',
|
||||||
'commons-cli',
|
'commons-cli',
|
||||||
'commons-codec',
|
'commons-codec',
|
||||||
'commons-io',
|
'commons-io',
|
||||||
|
|
Loading…
Reference in a new issue