We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab91b31 commit efb4e45Copy full SHA for efb4e45
Bindings/kotlin/RoyalVNCAndroidTest/royalvnc/build.gradle
@@ -7,7 +7,7 @@ group = 'com.royalapps'
7
def mavenArtifactId = 'royalvnc'
8
version = System.getenv('GITHUB_REF_TYPE') == "tag"
9
? System.getenv("GITHUB_REF_NAME")
10
- : '1.0.7'
+ : '1.0.8'
11
12
android {
13
namespace "${group}.${mavenArtifactId}"
0 commit comments