From 71fda2eba43ee6a270f8c9156279764e21a4069a Mon Sep 17 00:00:00 2001 From: Efra Espada Date: Wed, 9 Oct 2019 18:51:29 +0200 Subject: [PATCH] v3.5 working --- build.gradle | 8 ++++---- library/build.gradle | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build.gradle b/build.gradle index 99cf2bf..d9045be 100755 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ buildscript { - ext.kotlin_version = '1.3.41' + ext.kotlin_version = '1.3.50' ext { stringcare_version = '3.3' @@ -17,8 +17,8 @@ buildscript { dependencies { // classpath "com.stringcare:plugin:$stringcare_version" - classpath files('../KotlinGradlePlugin/build/libs/plugin-3.3.jar') - classpath 'com.android.tools.build:gradle:3.6.0-alpha06' + classpath files('../KotlinGradlePlugin/build/libs/plugin-3.5.jar') + classpath 'com.android.tools.build:gradle:3.5.1' classpath "com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.1" classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" @@ -53,7 +53,7 @@ stringcare { prod { applicationId = "com.efraespada.stringobfuscator" } - dev { + devDebug { applicationId = "com.efraespada.otherobfuscator" } } diff --git a/library/build.gradle b/library/build.gradle index 57273f7..9c5451c 100755 --- a/library/build.gradle +++ b/library/build.gradle @@ -4,7 +4,7 @@ apply plugin: 'kotlin-android-extensions' apply plugin: 'com.github.dcendents.android-maven' apply plugin: 'com.jfrog.bintray' -version = "3.4" +version = "3.5" android { compileSdkVersion 28