Skip to content

Commit

Permalink
Updated the library version to 2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Tourenathan-G5organisation committed Jan 19, 2020
1 parent f6ca9ad commit a58f6df
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions silicompressor/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ apply plugin: 'com.jfrog.bintray'
apply plugin: 'com.github.dcendents.android-maven'

group = 'com.iceteck.silicompressorr'
version = '2.2.2'
version = '2.2.3'

android {
compileSdkVersion 28
defaultConfig {
minSdkVersion 15
targetSdkVersion 28
versionCode 7
versionName "2.2.2"
versionCode 8
versionName "2.2.3"
}
buildTypes {
release {
Expand Down Expand Up @@ -44,7 +44,7 @@ ext {
siteUrl = 'https://github.com/Tourenathan-G5organisation/SiliCompressor'
gitUrl = 'https://github.com/Tourenathan-G5organisation/SiliCompressor.git'

libraryVersion = '2.2.2'
libraryVersion = '2.2.3'

developerId = 'tourenathan'
developerName = 'TEYOU TOURE NATHAN'
Expand Down

0 comments on commit a58f6df

Please sign in to comment.