Skip to content

Commit

Permalink
Release 0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
melix committed Mar 23, 2015
1 parent 2f97eec commit e32a700
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:1.0.0'
classpath 'org.codehaus.groovy:gradle-groovy-android-plugin:0.3.5'
classpath 'org.codehaus.groovy:gradle-groovy-android-plugin:0.3.6'
}
}
Expand Down Expand Up @@ -111,4 +111,4 @@ project.androidGroovy {
}
}
```
```
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.6-SNAPSHOT
version = 0.3.6
group = org.codehaus.groovy
sourceCompatibility = 1.6
targetCompatibility = 1.6
Expand Down

0 comments on commit e32a700

Please sign in to comment.