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

Commit

Permalink
Merge pull request #375 from readium/2.2.0-beta.1
Browse files Browse the repository at this point in the history
2.2.0-beta.1
  • Loading branch information
mickael-menu committed Dec 23, 2020
2 parents bf853d7 + e188fde commit 967733d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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 = 25
int build = 26
String type = ""

def version = "$major.$minor.$patch"
Expand Down Expand Up @@ -74,7 +74,7 @@ android {
dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')

final READIUM_VERSION = '2.0.0-alpha.2'
final READIUM_VERSION = '2.0.0-beta.1'
if (findProject(':r2-shared')) {
implementation project(':r2-shared')
} else {
Expand Down

0 comments on commit 967733d

Please sign in to comment.