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.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danybony committed Dec 12, 2014
1 parent 2e3b013 commit 70b22e1
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 @@ -30,7 +30,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.novoda:gradle-android-command-plugin:1.2.1'
classpath 'com.novoda:gradle-android-command-plugin:1.3.0'
}
}
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 @@ -15,7 +15,7 @@ dependencies {
}

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

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.14.1'
// To depend on the deployed version of the plugin add the following line here:
// classpath 'com.novoda:gradle-android-command-plugin:1.2.1'
// classpath 'com.novoda:gradle-android-command-plugin:1.3.0'
}
}
apply plugin: 'com.android.application'
Expand Down

0 comments on commit 70b22e1

Please sign in to comment.