Skip to content

Commit

Permalink
0.3.8 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Reitz committed Feb 2, 2016
1 parent 89e6c30 commit 2242fce
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 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.8
-----
* Fixes issues for users not on Java 8. Supports Java 6+
0.3.7
-----
* Support for Android Gradle plugin 1.2.0 - 1.5.0
Expand Down
6 changes: 5 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
allprojects {
version = '0.3.8-SNAPSHOT'
version = '0.3.8'
group = 'org.codehaus.groovy'
}

Expand All @@ -12,6 +12,10 @@ subprojects {
jcenter()
}
}

repositories {
jcenter()
}
}

task wrapper(type: Wrapper) {
Expand Down
4 changes: 1 addition & 3 deletions groovy-android-sample-app/sample-app.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ apply plugin: 'com.android.application'
apply plugin: 'groovyx.grooid.groovy-android'
apply from: "$rootDir/gradle/extraAndroidTasks.gradle"

repositories {
jcenter()
}
description = 'Sample project showing how to use Goovy on Android - http://www.groovy-lang.org'

android {
compileSdkVersion 23
Expand Down

0 comments on commit 2242fce

Please sign in to comment.