Skip to content
This repository was archived by the owner on May 6, 2022. It is now read-only.

Commit a220e07

Browse files
committed
build: Set app version to 1.0.0-rc3
Signed-off-by: Daniele Sergio <daniele.sergio@kynetics.com>
1 parent 91bd7d6 commit a220e07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repositories {
2020

2121
final def deps = gradle.settings.app_dependencies
2222
final def tdeps = gradle.settings.test_dependencies
23-
final def app_version = '1.0.0-rc2'
23+
final def app_version = '1.0.0-rc3'
2424

2525

2626
subprojects {

0 commit comments

Comments
 (0)