This repository has been archived by the owner on Feb 11, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 211
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #250 from novoda/develop
Release 0.9
- Loading branch information
Showing
68 changed files
with
2,227 additions
and
791 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,5 @@ | |
.gradle | ||
.idea | ||
build | ||
out | ||
local.properties |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
buildscript { | ||
repositories { | ||
jcenter() | ||
} | ||
dependencies { | ||
classpath 'com.novoda:bintray-release:0.8.0' | ||
} | ||
} | ||
|
||
subprojects { | ||
repositories { | ||
jcenter() | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
54 changes: 0 additions & 54 deletions
54
core/src/main/groovy/com/novoda/gradle/release/AndroidArtifacts.groovy
This file was deleted.
Oops, something went wrong.
82 changes: 0 additions & 82 deletions
82
core/src/main/groovy/com/novoda/gradle/release/AndroidLibrary.groovy
This file was deleted.
Oops, something went wrong.
9 changes: 0 additions & 9 deletions
9
core/src/main/groovy/com/novoda/gradle/release/Artifacts.groovy
This file was deleted.
Oops, something went wrong.
30 changes: 0 additions & 30 deletions
30
core/src/main/groovy/com/novoda/gradle/release/JavaArtifacts.groovy
This file was deleted.
Oops, something went wrong.
47 changes: 0 additions & 47 deletions
47
core/src/main/groovy/com/novoda/gradle/release/ReleasePlugin.groovy
This file was deleted.
Oops, something went wrong.
54 changes: 0 additions & 54 deletions
54
core/src/test/groovy/com/novoda/gradle/release/AndroidDifferentGradleVersions.groovy
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.