We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c63c666 + 1db3ee1 commit a915921Copy full SHA for a915921
build.gradle
@@ -6,7 +6,7 @@ plugins {
6
}
7
8
group 'com.stringcare'
9
-version '3.6'
+version '3.6.2'
10
11
def siteUrl = 'https://github.com/StringCare/KotlinGradlePlugin'
12
def gitUrl = 'https://github.com/StringCare/KotlinGradlePlugin.git'
src/main/kotlin/components/Vars.kt
@@ -2,7 +2,7 @@ package components
2
3
import java.io.File
4
5
-internal const val version = "3.6"
+internal const val version = "3.6.2"
internal const val testProjectName = "KotlinSample"
internal const val defaultDebug = false
internal const val defaultMainModule = "app"
src/main/kotlin/components/jni/libsignKey.dylib
-22.7 KB
0 commit comments