This file contains hidden or 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
| Information:Gradle tasks [:app:assembleDebug] | |
| :app:preBuild UP-TO-DATE | |
| :app:preDebugBuild UP-TO-DATE | |
| :app:checkDebugManifest | |
| :app:preReleaseBuild UP-TO-DATE | |
| :app:prepareComAndroidSupportAppcompatV72211Library UP-TO-DATE | |
| :app:prepareComAndroidSupportSupportV42211Library UP-TO-DATE | |
| :app:prepareDebugDependencies | |
| :app:compileDebugAidl UP-TO-DATE | |
| :app:compileDebugRenderscript UP-TO-DATE |
This file contains hidden or 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
| describe "an example spec" do | |
| context "greeting" do | |
| def greeting | |
| "hello" | |
| end | |
| it "should be 'hello'" do | |
| expect(greeting).to eq "hello" | |
| end | |
| end |
This file contains hidden or 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
| Contributor License Agreement (CLA) | |
| Song & Hymn Writers Foundation | |
| 1. Purpose | |
| This Contributor License Agreement (“Agreement”) documents the rights granted by you (“Contributor”) to the Song & Hymn Writers Foundation (“Foundation”) in your contributions to software projects owned by the Foundation. This Agreement is intended to protect the Foundation’s ownership of the codebase while clarifying your rights as a contributor. | |
| 2. Definitions | |
| Contribution means any source code, object code, documentation, ideas, or other material that you submit to the Foundation for inclusion in their software. |
OlderNewer