Skip to content

Commit ba4f300

Browse files
committed
RELEASE : Update library version
1 parent 5c874d2 commit ba4f300

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Project-wide Gradle settings.
22

3-
VERSION_NAME=3.0.0
4-
VERSION_CODE=300
3+
VERSION_NAME=3.1.0
4+
VERSION_CODE=310
55

66
REPOSITORY_NAME=maven
77
POM_GROUP=com.matpag

library/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
defaultConfig {
88
minSdkVersion setup.minSdk
99
targetSdkVersion setup.targetSdk
10-
versionCode 300
11-
versionName "3.0.0"
10+
versionCode 310
11+
versionName "3.1.0"
1212

1313
vectorDrawables.useSupportLibrary = true
1414
}

0 commit comments

Comments
 (0)