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

Commit

Permalink
Bump Readium to 2.0.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mickael-menu committed Feb 26, 2021
1 parent a911967 commit 6c6ddd6
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 = 26
int build = 27
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-beta.1'
final READIUM_VERSION = '2.0.0-beta.2'
if (findProject(':r2-shared')) {
implementation project(':r2-shared')
} else {
Expand Down

0 comments on commit 6c6ddd6

Please sign in to comment.