Skip to content
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.

Commit

Permalink
Bumped version to rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
Magnus Ernstsson committed Apr 24, 2016
1 parent ae73aa1 commit 3570c41
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 13 deletions.
16 changes: 6 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,20 @@
Reactive Programming for Android
================================
[![Build Status](https://travis-ci.org/google/agera.svg?branch=master)](https://travis-ci.org/google/agera)
[![Download](https://api.bintray.com/packages/ernstsson/Agera/agera/images/download.svg)](https://bintray.com/ernstsson/Agera/agera/_latestVersion)

Agera is a set of classes and interfaces to help write functional, asynchronous, and reactive
applications for Android.

Requires Android SDK version 9 or higher.

Versions
--------

The latest version of Agera is 1.0.0-RC1

Usage
-----

To add a dependency using Gradle:

```
compile 'com.google.android.agera:agera:1.0.0-RC1'
compile 'com.google.android.agera:agera:1.0.0-rc2'
```

Learn about Agera
Expand All @@ -40,10 +36,10 @@ A few experimental sample extension libraries for Agera are also provided. These
To add dependencies to these using Gradle:

```
compile 'com.google.android.agera:content:1.0.0-RC1'
compile 'com.google.android.agera:database:1.0.0-RC1'
compile 'com.google.android.agera:net:1.0.0-RC1'
compile 'com.google.android.agera:rvadapter:1.0.0-RC1'
compile 'com.google.android.agera:content:1.0.0-rc2'
compile 'com.google.android.agera:database:1.0.0-rc2'
compile 'com.google.android.agera:net:1.0.0-rc2'
compile 'com.google.android.agera:rvadapter:1.0.0-rc2'
```

FAQ: What's the relation with RxJava?
Expand Down
2 changes: 1 addition & 1 deletion samples/BasicSample/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ android {

dependencies {
compile "com.android.support:appcompat-v7:$rootProject.supportLibraryVersion"
compile 'com.google.android.agera:agera:1.0.0-RC1'
compile 'com.google.android.agera:agera:1.0.0-rc2'
compile "com.android.support.test.espresso:espresso-idling-resource:$rootProject.ext.espressoVersion"

// Dependencies for local unit tests
Expand Down
2 changes: 1 addition & 1 deletion samples/BasicSampleWithoutCallbacks/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ android {

dependencies {
compile "com.android.support:appcompat-v7:$rootProject.supportLibraryVersion"
compile 'com.google.android.agera:agera:1.0.0-RC1'
compile 'com.google.android.agera:agera:1.0.0-rc2'
compile "com.android.support.test.espresso:espresso-idling-resource:$rootProject.ext.espressoVersion"

// Dependencies for local unit tests
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ include ':extensions:net'
include ':testapp'

gradle.ext.versionCode = 10000
gradle.ext.versionName = '1.0.0-SNAPSHOT'
gradle.ext.versionName = '1.0.0-rc2'

gradle.ext.group = 'com.google.android.agera'
gradle.ext.url = 'https://github.com/google/agera'
Expand Down

0 comments on commit 3570c41

Please sign in to comment.