Skip to content

Commit

Permalink
Preparing for 0.3.7 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Reitz committed Jan 13, 2016
1 parent cf98c87 commit 69eea72
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
0.3.7
-----
* Support for Android Gradle plugin 1.2.0 - 1.5.0
0.3.6
-----
* Support for Android Gradle plugin 1.1.0
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:1.1.0'
classpath 'org.codehaus.groovy:gradle-groovy-android-plugin:0.3.6'
classpath 'com.android.tools.build:gradle:1.5.0'
classpath 'org.codehaus.groovy:gradle-groovy-android-plugin:0.3.7'
}
}
Expand All @@ -39,7 +39,7 @@ Then you can start using Groovy by adding a dependency on the `grooid` classifie
```groovy
dependencies {
compile 'org.codehaus.groovy:groovy:2.4.3:grooid'
compile 'org.codehaus.groovy:groovy:2.4.5:grooid'
}
```
Expand All @@ -59,7 +59,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:1.1.3'
classpath 'org.codehaus.groovy:gradle-groovy-android-plugin:0.3.7-SNAPSHOT'
classpath 'org.codehaus.groovy:gradle-groovy-android-plugin:0.3.8-SNAPSHOT'
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = 0.3.7-SNAPSHOT
version = 0.3.7
group = org.codehaus.groovy
sourceCompatibility = 1.6
targetCompatibility = 1.6
Expand Down

0 comments on commit 69eea72

Please sign in to comment.