File tree 2 files changed +5
-5
lines changed 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
2
2
buildscript {
3
- ext. kotlin_version = ' 1.3.41 '
3
+ ext. kotlin_version = ' 1.3.50 '
4
4
5
5
ext {
6
6
stringcare_version = ' 3.3'
@@ -17,8 +17,8 @@ buildscript {
17
17
18
18
dependencies {
19
19
// 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 '
22
22
classpath " com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.1"
23
23
classpath ' com.github.dcendents:android-maven-gradle-plugin:2.1'
24
24
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
@@ -53,7 +53,7 @@ stringcare {
53
53
prod {
54
54
applicationId = " com.efraespada.stringobfuscator"
55
55
}
56
- dev {
56
+ devDebug {
57
57
applicationId = " com.efraespada.otherobfuscator"
58
58
}
59
59
}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ apply plugin: 'kotlin-android-extensions'
4
4
apply plugin : ' com.github.dcendents.android-maven'
5
5
apply plugin : ' com.jfrog.bintray'
6
6
7
- version = " 3.4 "
7
+ version = " 3.5 "
8
8
9
9
android {
10
10
compileSdkVersion 28
You can’t perform that action at this time.
0 commit comments