Skip to content
This repository has been archived by the owner on Jul 29, 2022. It is now read-only.

Commit

Permalink
Bump version to 2.2.0, build 25
Browse files Browse the repository at this point in the history
  • Loading branch information
mickael-menu committed Oct 29, 2020
1 parent 6d91600 commit 884247a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions r2-testapp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ group = 'com.github.readium'
int major = 2
int minor = 2
int patch = 0
int build = 24
int build = 25
String type = ""

def version = "$major.$minor.$patch"
Expand Down Expand Up @@ -85,22 +85,22 @@ dependencies {
if (findProject(':r2-shared')) {
implementation project(':r2-shared')
} else {
implementation "com.github.readium:r2-shared-kotlin:2.0.0-alpha.1"
implementation "com.github.readium:r2-shared-kotlin:2.0.0-alpha.2"
}
if (findProject(':r2-navigator')) {
implementation project(':r2-navigator')
} else {
implementation "com.github.readium:r2-navigator-kotlin:2.0.0-alpha.1"
implementation "com.github.readium:r2-navigator-kotlin:2.0.0-alpha.2"
}
if (findProject(':r2-streamer')) {
implementation project(':r2-streamer')
} else {
implementation "com.github.readium:r2-streamer-kotlin:2.0.0-alpha.1"
implementation "com.github.readium:r2-streamer-kotlin:2.0.0-alpha.2"
}
if (findProject(':r2-opds')) {
implementation project(':r2-opds')
} else {
implementation "com.github.readium:r2-opds-kotlin:2.0.0-alpha.1"
implementation "com.github.readium:r2-opds-kotlin:2.0.0-alpha.2"
}
if (findProject(':r2-lcp')) {
implementation project(':r2-lcp')
Expand Down

0 comments on commit 884247a

Please sign in to comment.