Skip to content

Commit

Permalink
Merge pull request #9 from StringCare/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
efraespada committed Dec 31, 2019
2 parents c63c666 + 1db3ee1 commit a915921
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group 'com.stringcare'
version '3.6'
version '3.6.2'

def siteUrl = 'https://github.com/StringCare/KotlinGradlePlugin'
def gitUrl = 'https://github.com/StringCare/KotlinGradlePlugin.git'
Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/components/Vars.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package components

import java.io.File

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"
Expand Down
Binary file modified src/main/kotlin/components/jni/libsignKey.dylib
Binary file not shown.

0 comments on commit a915921

Please sign in to comment.