Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
Increment versionCode and versionName for next patch
  • Loading branch information
MertNYuksel authored Apr 13, 2020
1 parent f849613 commit 634f96b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 28
versionCode 25
versionName "1.4.3"
versionCode 26
versionName "1.4.4"

vectorDrawables.useSupportLibrary = true
}
Expand Down

0 comments on commit 634f96b

Please sign in to comment.