Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit c7cd2c4

Browse files
committed
update numbers to 3.1.0 for release
1 parent ce93e0f commit c7cd2c4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Including in Your Project
3131
### Gradle
3232

3333
```groovy
34-
compile 'com.code-troopers.betterpickers:library:3.0.2'
34+
compile 'com.code-troopers.betterpickers:library:3.1.0'
3535
```
3636

3737
### Maven
@@ -40,7 +40,7 @@ compile 'com.code-troopers.betterpickers:library:3.0.2'
4040
<dependency>
4141
<groupId>com.code-troopers.betterpickers</groupId>
4242
<artifactId>library</artifactId>
43-
<version>3.0.2</version>
43+
<version>3.1.0</version>
4444
<type>aar</type>
4545
</dependency>
4646
```

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
# This option should only be used with decoupled projects. More details, visit
1717
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
1818
# org.gradle.parallel=true
19-
VERSION_NAME=3.0.2
20-
VERSION_CODE=302
19+
VERSION_NAME=3.1.0
20+
VERSION_CODE=310
2121
GROUP=com.code-troopers.betterpickers
2222

2323
ANDROID_BUILD_MIN_SDK_VERSION=9

0 commit comments

Comments
 (0)