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 version code set versionName to 1.4.3 new minor release
  • Loading branch information
MertNYuksel authored Dec 10, 2019
1 parent 741a5f6 commit 5d42bb7
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 24
versionName "1.4.2"
versionCode 25
versionName "1.4.3"

vectorDrawables.useSupportLibrary = true
}
Expand Down

0 comments on commit 5d42bb7

Please sign in to comment.