Skip to content

Commit

Permalink
Set library version to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
janheinrichmerker committed Sep 21, 2015
1 parent a9a5e3d commit c2a2567
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions demo/build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apply plugin: 'com.android.application'

def versionMajor = 2
def versionMinor = 1
def versionPatch = 3
def versionMinor = 2
def versionPatch = 0
def versionBuild = 0 // bump for dogfood builds, public betas, etc.

android {
Expand Down
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apply plugin: 'com.android.library'

def versionMajor = 2
def versionMinor = 1
def versionPatch = 3
def versionMinor = 2
def versionPatch = 0
def versionBuild = 0 // bump for dogfood builds, public betas, etc.

android {
Expand Down

0 comments on commit c2a2567

Please sign in to comment.