Skip to content

Commit

Permalink
v3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
passy committed Aug 1, 2015
1 parent 96448de commit 6b435e5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
Change Log
==========

Version 2.2 (TBD)
Version 3.0 (TBD)
-----------------

* Material update
* New Configuration object (breaking change)
* Update to latest SDK version
* Robolectric 3.0

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=3.0-SNAPSHOT
VERSION_NAME=3.0
GROUP=net.rdrei.android.dirchooser

POM_DESCRIPTION=A directory chooser library for Android
Expand Down
4 changes: 2 additions & 2 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ android {
buildToolsVersion '22.0.1'

defaultConfig {
versionCode 5
versionName '1.4'
versionCode 6
versionName '1.5'
minSdkVersion 14
targetSdkVersion 22
}
Expand Down

0 comments on commit 6b435e5

Please # to comment.