We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 048c175 commit 03b9c35Copy full SHA for 03b9c35
messagekit/build.gradle
@@ -10,7 +10,7 @@ android {
10
defaultConfig {
11
minSdkVersion 19
12
versionCode 1
13
- versionName "1.0.0apha4"
+ versionName "1.0.0apha5"
14
consumerProguardFiles 'proguard.txt'
15
}
16
android {
messagekit/publish.gradle
@@ -3,7 +3,7 @@ def bintrayRepo = 'maven'
3
4
def libraryGroupId = 'tz.co.hosannahighertech'
5
def libraryArtifactId = 'messagekit'
6
-def libraryVersion = '1.0.0apha4'
+def libraryVersion = '1.0.0apha5'
7
8
def libraryName = 'messagekit'
9
def libraryDesc = 'Library that makes development of Chat apps easier and fun! modified fork of stfalcon-studio/ChatKit'
0 commit comments