Skip to content

Commit 03b9c35

Browse files
author
Stefano Mtangoo
committed
Release 1.0.0apha5
1 parent 048c175 commit 03b9c35

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

messagekit/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ android {
1010
defaultConfig {
1111
minSdkVersion 19
1212
versionCode 1
13-
versionName "1.0.0apha4"
13+
versionName "1.0.0apha5"
1414
consumerProguardFiles 'proguard.txt'
1515
}
1616
android {

messagekit/publish.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ def bintrayRepo = 'maven'
33

44
def libraryGroupId = 'tz.co.hosannahighertech'
55
def libraryArtifactId = 'messagekit'
6-
def libraryVersion = '1.0.0apha4'
6+
def libraryVersion = '1.0.0apha5'
77

88
def libraryName = 'messagekit'
99
def libraryDesc = 'Library that makes development of Chat apps easier and fun! modified fork of stfalcon-studio/ChatKit'

0 commit comments

Comments
 (0)