Skip to content

Commit

Permalink
Dev
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriy-budiyev committed May 3, 2022
1 parent 50ed236 commit ed213b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ apply plugin: 'com.android.library'
apply plugin: 'maven-publish'

ext {
libraryVersion = '2.5.7'
libraryVersion = '2.5.8'
publishedGroupId = 'com.budiyev.android'
}

Expand All @@ -41,7 +41,7 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 31
versionCode 89
versionCode 90
versionName libraryVersion
}

Expand Down

0 comments on commit ed213b6

Please sign in to comment.