Skip to content
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.

Commit

Permalink
Prepare for release v1.2.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
grujo committed May 15, 2014
1 parent 0aad7b9 commit d3b9e93
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.novoda:gradle-android-command-plugin:1.2.0'
classpath 'com.novoda:gradle-android-command-plugin:1.2.1'
}
}
apply plugin: 'android-command'
Expand Down
2 changes: 1 addition & 1 deletion gradle-android-command-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies {
}

group = 'com.novoda'
version = "1.3.0-SNAPSHOT"
version = "1.2.1"

ext {
sourceCompatibility = 1.6
Expand Down
2 changes: 1 addition & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
dependencies {
classpath 'com.android.tools.build:gradle:0.10.+'
// To depend on the deployed version of the plugin add the following line here:
// classpath 'com.novoda:gradle-android-command-plugin:1.2.0'
// classpath 'com.novoda:gradle-android-command-plugin:1.2.1'
}
}
apply plugin: 'android'
Expand Down

0 comments on commit d3b9e93

Please sign in to comment.