Skip to content

Commit

Permalink
Merge pull request #10 from BryceCicada/develop
Browse files Browse the repository at this point in the history
Version bumps
  • Loading branch information
Chris Nix committed Feb 21, 2015
2 parents b1247b3 + 847efe5 commit 78871d6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions AndroidLibrary/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repositories {

group = 'ninja.ugly'
version = project.prevailVersion
ext.artifact = 'android-prevail'
ext.artifact = 'prevail-android'

signing {
sign configurations.archives
Expand Down Expand Up @@ -60,7 +60,7 @@ android {
}

dependencies {
compile 'com.android.support:appcompat-v7:19.+'
compile 'com.android.support:appcompat-v7:19.1.0'
compile project(':Library')
}

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ allprojects {
}

project.ext {
prevailVersion = '0.2.5-SNAPSHOT'
prevailVersion = '0.2.5'
}
// configurations.all {
// resolutionStrategy {
Expand Down
2 changes: 1 addition & 1 deletion example/ExampleAndroidApp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ android {
}

dependencies {
compile 'com.android.support:appcompat-v7:19.+'
compile 'com.android.support:appcompat-v7:19.1.0'
compile 'com.google.guava:guava:16.0.1'
compile 'nl.qbusict:cupboard:2.0.1'
compile project(':AndroidLibrary')
Expand Down

0 comments on commit 78871d6

Please sign in to comment.