Skip to content

Commit

Permalink
Merge pull request #70 from StringCare/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
efraespada authored Jan 3, 2020
2 parents a7f470e + 777d916 commit 13f235c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 22 deletions.
8 changes: 8 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
apply plugin: StringCare

stringcare {
debug true
assetsFiles = ["*.json"]
stringFiles = ['strings.xml']
srcFolders = ['src/main']
}

android {
signingConfigs {
Expand Down
23 changes: 2 additions & 21 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ buildscript {
ext.kotlin_version = '1.3.50'

ext {
stringcare_version = '3.6.3'
stringcare_version = '4.0.0'
}

repositories {
Expand All @@ -17,7 +17,7 @@ buildscript {

dependencies {
classpath "com.stringcare:plugin:$stringcare_version"
// classpath files('../KotlinGradlePlugin/build/libs/plugin-3.5.jar')
// classpath files('../KotlinGradlePlugin/build/libs/plugin-4.0.0.jar')
classpath 'com.android.tools.build:gradle:3.5.3'
classpath "com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.1"
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
Expand All @@ -39,22 +39,3 @@ allprojects {
task clean(type: Delete) {
delete rootProject.buildDir
}

apply plugin: StringCare

stringcare {
debug true
modules {
app {
assetsFiles = ["*.json"]
}
}
variants {
prod {
applicationId = "com.efraespada.stringobfuscator"
}
devDebug {
applicationId = "com.efraespada.otherobfuscator"
}
}
}
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.6.3"
version = "4.0.0"

android {
compileSdkVersion 28
Expand Down

0 comments on commit 13f235c

Please sign in to comment.