File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11
22buildscript {
3- ext. kotlin_version = ' 1.3.41 '
3+ ext. kotlin_version = ' 1.3.50 '
44
55 ext {
66 stringcare_version = ' 3.3'
@@ -17,8 +17,8 @@ buildscript {
1717
1818 dependencies {
1919 // classpath "com.stringcare:plugin:$stringcare_version"
20- classpath files(' ../KotlinGradlePlugin/build/libs/plugin-3.3 .jar' )
21- classpath ' com.android.tools.build:gradle:3.6.0-alpha06 '
20+ classpath files(' ../KotlinGradlePlugin/build/libs/plugin-3.5 .jar' )
21+ classpath ' com.android.tools.build:gradle:3.5.1 '
2222 classpath " com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.1"
2323 classpath ' com.github.dcendents:android-maven-gradle-plugin:2.1'
2424 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
@@ -53,7 +53,7 @@ stringcare {
5353 prod {
5454 applicationId = " com.efraespada.stringobfuscator"
5555 }
56- dev {
56+ devDebug {
5757 applicationId = " com.efraespada.otherobfuscator"
5858 }
5959 }
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ apply plugin: 'kotlin-android-extensions'
44apply plugin : ' com.github.dcendents.android-maven'
55apply plugin : ' com.jfrog.bintray'
66
7- version = " 3.4 "
7+ version = " 3.5 "
88
99android {
1010 compileSdkVersion 28
You can’t perform that action at this time.
0 commit comments