Skip to content

Develop #12

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 2 commits into from
Sep 2, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.