Skip to content

Commit

Permalink
version 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bevzaanton committed Oct 12, 2018
1 parent c48ace0 commit a660b7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chatkit/build.gradle
Expand Up @@ -8,7 +8,7 @@ android {
defaultConfig {
minSdkVersion 14
versionCode 1
versionName "0.3.3-SNAPSHOT"
versionName "0.3.3"
consumerProguardFiles 'proguard.txt'
}
android {
Expand All @@ -21,7 +21,7 @@ android {
publish {
groupId = 'com.github.stfalcon'
artifactId = 'chatkit'
publishVersion = '0.3.3-SNAPSHOT'
publishVersion = '0.3.3'
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 a660b7a

Please sign in to comment.