Skip to content

Commit 3605b84

Browse files
authored
Merge pull request #63 from StringCare/develop
v3.5 working
2 parents 19d7c57 + 71fda2e commit 3605b84

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
buildscript {
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
}

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ apply plugin: 'kotlin-android-extensions'
44
apply plugin: 'com.github.dcendents.android-maven'
55
apply plugin: 'com.jfrog.bintray'
66

7-
version = "3.4"
7+
version = "3.5"
88

99
android {
1010
compileSdkVersion 28

0 commit comments

Comments
 (0)