We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b05d4a commit 84306a8Copy full SHA for 84306a8
build.gradle
@@ -32,8 +32,8 @@ apply plugin: 'com.jfrog.bintray'
32
apply plugin: 'maven-publish'
33
34
ext.buildNumber = System.getenv("BUILD_ID") ?: "dev"
35
-version = "1.3.2-$buildNumber"
36
-//version = "1.3.2"
+//version = "1.3.3-$buildNumber"
+version = "1.3.3"
37
group= "com.austinv11.peripheralsplusplus" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
38
archivesBaseName = "Peripherals++"
39
0 commit comments