File tree Expand file tree Collapse file tree 3 files changed +11
-26
lines changed Expand file tree Collapse file tree 3 files changed +11
-26
lines changed Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.application'
2
2
apply plugin : ' kotlin-android'
3
3
apply 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
+ }
4
12
5
13
android {
6
14
signingConfigs {
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ buildscript {
3
3
ext. kotlin_version = ' 1.3.50'
4
4
5
5
ext {
6
- stringcare_version = ' 3.6.3 '
6
+ stringcare_version = ' 4.0.0 '
7
7
}
8
8
9
9
repositories {
@@ -17,7 +17,7 @@ buildscript {
17
17
18
18
dependencies {
19
19
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')
21
21
classpath ' com.android.tools.build:gradle:3.5.3'
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'
@@ -35,26 +35,3 @@ allprojects {
35
35
}
36
36
}
37
37
}
38
-
39
- task clean (type : Delete ) {
40
- delete rootProject. buildDir
41
- }
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'
4
4
apply plugin : ' com.github.dcendents.android-maven'
5
5
apply plugin : ' com.jfrog.bintray'
6
6
7
- version = " 3.6.3 "
7
+ version = " 4.0.0 "
8
8
9
9
android {
10
10
compileSdkVersion 28
You can’t perform that action at this time.
0 commit comments