From e188fde658a2b1aca05230e081ce753f611e586e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mickae=CC=88l=20Menu?= Date: Wed, 23 Dec 2020 10:29:52 +0100 Subject: [PATCH] Bump version to 2.2.0, build 26 --- r2-testapp/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/r2-testapp/build.gradle b/r2-testapp/build.gradle index 44f67b83..bf4dead3 100644 --- a/r2-testapp/build.gradle +++ b/r2-testapp/build.gradle @@ -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" @@ -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 {