Skip to content

Commit

Permalink
ver 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bevzaanton committed Sep 25, 2018
1 parent f6e3ee3 commit b4a84be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chatkit/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ android {
defaultConfig {
minSdkVersion 14
versionCode 1
versionName "0.3.1"
versionName "0.3.2"

consumerProguardFiles 'proguard.txt'
}
Expand All @@ -22,7 +22,7 @@ android {
publish {
groupId = 'com.github.stfalcon'
artifactId = 'chatkit'
publishVersion = '0.3.1'
publishVersion = '0.3.2'
desc = 'ChatKit - is a library designed to simplify the development of UI for such a trivial task as chat. It have flexible possibilities for styling, customizing and data management'
licences = ['Apache-2.0']
uploadName = 'ChatKit'
Expand Down

0 comments on commit b4a84be

Please sign in to comment.