File tree Expand file tree Collapse file tree 3 files changed +11
-22
lines changed
Expand file tree Collapse file tree 3 files changed +11
-22
lines changed Original file line number Diff line number Diff line change 11apply plugin : ' com.android.application'
22apply plugin : ' kotlin-android'
33apply plugin : ' kotlin-android-extensions'
4+ apply plugin : StringCare
5+
6+ stringcare {
7+ debug true
8+ assetsFiles = [" *.json" ]
9+ stringFiles = [' strings.xml' ]
10+ srcFolders = [' src/main' ]
11+ }
412
513android {
614 signingConfigs {
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ buildscript {
33 ext. kotlin_version = ' 1.3.50'
44
55 ext {
6- stringcare_version = ' 3.6.3 '
6+ stringcare_version = ' 4.0.0 '
77 }
88
99 repositories {
@@ -17,7 +17,7 @@ buildscript {
1717
1818 dependencies {
1919 classpath " com.stringcare:plugin:$stringcare_version "
20- // classpath files('../KotlinGradlePlugin/build/libs/plugin-3.5 .jar')
20+ // classpath files('../KotlinGradlePlugin/build/libs/plugin-4.0.0 .jar')
2121 classpath ' com.android.tools.build:gradle:3.5.3'
2222 classpath " com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.1"
2323 classpath ' com.github.dcendents:android-maven-gradle-plugin:2.1'
@@ -39,22 +39,3 @@ allprojects {
3939task clean (type : Delete ) {
4040 delete rootProject. buildDir
4141}
42-
43- apply plugin : StringCare
44-
45- stringcare {
46- debug true
47- modules {
48- app {
49- assetsFiles = [" *.json" ]
50- }
51- }
52- variants {
53- prod {
54- applicationId = " com.efraespada.stringobfuscator"
55- }
56- devDebug {
57- applicationId = " com.efraespada.otherobfuscator"
58- }
59- }
60- }
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.6.3 "
7+ version = " 4.0.0 "
88
99android {
1010 compileSdkVersion 28
You can’t perform that action at this time.
0 commit comments