Skip to content

Commit

Permalink
1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
robUx4 committed Jan 28, 2015
1 parent dfc012a commit 4901925
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,21 @@ OEmbedSource dataSource = OEmbedFinder.parse("http://www.youtube.com/watch?v=ODr
String thumbnail = dataSource.getThumbnail();
```

### Download

Download [the latest JAR][1] or grab via Maven:
```xml
<dependency>
<groupId>co.tophe</groupId>
<artifactId>android-oembed</artifactId>
<version>1.0.0</version>
</dependency>
```
or Gradle:
```groovy
compile 'co.tophe:tophe:android-oembed:1.0.0'
```

License
-------

Expand All @@ -32,3 +47,5 @@ License
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.

[1]: https://search.maven.org/remote_content?g=co.tophe&a=android-oembed&v=LATEST
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ allprojects {
apply plugin: 'com.android.library'

dependencies {
def artifactTophe = 'co.tophe:tophe:1.0.0-rc1'
def artifactTophe = 'co.tophe:tophe:1.0.0'

def useLocalTophe = false

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ POM_DEVELOPER_NAME=Steve Lhomme

POM_ARTIFACT_ID=android-oembed
POM_PACKAGING=jar
VERSION_NAME=1.0.0-rc1
VERSION_CODE=9901
VERSION_NAME=1.0.0
VERSION_CODE=10000

ANDROID_BUILD_TARGET_SDK_VERSION=21
ANDROID_BUILD_SDK_VERSION=21
Expand Down

0 comments on commit 4901925

Please sign in to comment.