Skip to content

Commit

Permalink
Bump version to 3.2.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
xian committed Jan 11, 2017
1 parent a7a221d commit 7037eb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Expand Up @@ -5,7 +5,7 @@ allprojects {
}

group = "org.robolectric"
version = "3.2.2-SNAPSHOT"
version = "3.2.2"
}

buildscript {
Expand All @@ -22,4 +22,4 @@ rootProject.gradle.projectsEvaluated {
}

// for use of external initialization scripts...
project.ext.allSdks = AndroidSdk.ALL_SDKS
project.ext.allSdks = AndroidSdk.ALL_SDKS

0 comments on commit 7037eb6

Please sign in to comment.