Skip to content

Commit

Permalink
Merge pull request #63 from StringCare/develop
Browse files Browse the repository at this point in the history
v3.5 working
  • Loading branch information
efraespada committed Oct 9, 2019
2 parents 19d7c57 + 71fda2e commit 3605b84
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

buildscript {
ext.kotlin_version = '1.3.41'
ext.kotlin_version = '1.3.50'

ext {
stringcare_version = '3.3'
Expand All @@ -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"
Expand Down Expand Up @@ -53,7 +53,7 @@ stringcare {
prod {
applicationId = "com.efraespada.stringobfuscator"
}
dev {
devDebug {
applicationId = "com.efraespada.otherobfuscator"
}
}
Expand Down
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3605b84

Please sign in to comment.