Skip to content

Commit

Permalink
Merge pull request #12 from StringCare/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
efraespada committed Sep 2, 2020
2 parents e817879 + 9c3b185 commit 57999cc
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
plugins {
id 'java'
id 'com.jfrog.bintray' version '1.7.1'
id 'org.jetbrains.kotlin.jvm' version '1.3.21'
id 'com.jfrog.bintray' version '1.8.5'
id 'org.jetbrains.kotlin.jvm' version '1.4.0'
id "com.github.dcendents.android-maven" version "2.1"
}

group 'com.stringcare'
version '4.0.0'
version '4.0.1'

def siteUrl = 'https://github.com/StringCare/KotlinGradlePlugin'
def gitUrl = 'https://github.com/StringCare/KotlinGradlePlugin.git'
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.4.1-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
2 changes: 1 addition & 1 deletion src/main/kotlin/components/Vars.kt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package components

internal const val version = "4.0.0"
internal const val version = "4.0.1"
internal const val testProjectName = "KotlinSample"
internal const val defaultMainModule = "app"
internal const val gradleTaskNameDoctor = "stringcarePreview"
Expand Down
Binary file modified src/main/kotlin/components/jni/libsignKey.dll
Binary file not shown.
Binary file modified src/main/kotlin/components/jni/libsignKey.dylib
Binary file not shown.

0 comments on commit 57999cc

Please sign in to comment.