Skip to content

Commit

Permalink
- Updated some Metadata files and the readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick committed Aug 3, 2015
1 parent 14d1d93 commit 1e54f8a
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 643 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,5 @@ build/*
*.ipr
*~
*.swp
*config*
*config*
**Test Results**.html
File renamed without changes.
2 changes: 1 addition & 1 deletion Libraries/maven.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ licenses=Apache-2.0
devID=twistedequations
devName=Patrick Doyle
devEmail=[email protected]
desc=Http and image loading library that wraps Googles volley library and provides new features
desc=Http and image loading library that wraps Google's volley library and provides new features
633 changes: 0 additions & 633 deletions Test Results - Unnamed.html

This file was deleted.

3 changes: 0 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
repositories {
Expand All @@ -8,8 +7,6 @@ buildscript {
classpath 'com.android.tools.build:gradle:1.2.3'
classpath 'com.github.dcendents:android-maven-plugin:1.2'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.1'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}

Expand Down
21 changes: 19 additions & 2 deletions readme-template.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Crossbow (In Development, not ready for use)
Crossbow - (Testing for release)
===========

Extension to the Volley library adding an easy to use wrapper around Volley. Supports android 2.3
Expand Down Expand Up @@ -452,4 +452,21 @@ public class WearMessageService extends CrossbowListenerService {
}
```

}
}

## License

```
Copyright 2015 Patrick Doyle

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
7 changes: 4 additions & 3 deletions uploadArchives.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
gradlew :Libraries:CrossBow:build :Libraries:CrossBow:bintrayUpload
gradlew :Libraries:CrossBow-Wear:build :Libraries:CrossBow-Wear:bintrayUpload
gradlew :Libraries:Crossbow-Wear-Receiver:build :Libraries:Crossbow-Wear-Receiver:bintrayUpload
./gradlew copyReadme
./gradlew :Libraries:CrossBow:build :Libraries:CrossBow:bintrayUpload
./gradlew :Libraries:CrossBow-Wear:build :Libraries:CrossBow-Wear:bintrayUpload
./gradlew :Libraries:Crossbow-Wear-Receiver:build :Libraries:Crossbow-Wear-Receiver:bintrayUpload

0 comments on commit 1e54f8a

Please sign in to comment.