Skip to content

Commit efb4e45

Browse files
committed
[android] bump version
1 parent ab91b31 commit efb4e45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Bindings/kotlin/RoyalVNCAndroidTest/royalvnc/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ group = 'com.royalapps'
77
def mavenArtifactId = 'royalvnc'
88
version = System.getenv('GITHUB_REF_TYPE') == "tag"
99
? System.getenv("GITHUB_REF_NAME")
10-
: '1.0.7'
10+
: '1.0.8'
1111

1212
android {
1313
namespace "${group}.${mavenArtifactId}"

0 commit comments

Comments
 (0)