File tree Expand file tree Collapse file tree 4 files changed +23
-7
lines changed Expand file tree Collapse file tree 4 files changed +23
-7
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ android {
16
16
versionCode 1
17
17
versionName " 1.0"
18
18
}
19
+ flavorDimensions " type"
19
20
buildTypes {
20
21
release {
21
22
minifyEnabled false
@@ -26,6 +27,15 @@ android {
26
27
proguardFiles getDefaultProguardFile(' proguard-android.txt' ), ' proguard-rules.pro'
27
28
}
28
29
}
30
+ productFlavors {
31
+ prod {
32
+ dimension " type"
33
+ }
34
+ dev {
35
+ dimension " type"
36
+ applicationId = " com.efraespada.otherobfuscator"
37
+ }
38
+ }
29
39
30
40
compileOptions {
31
41
sourceCompatibility 1.8
Original file line number Diff line number Diff line change 6
6
General <strong >Kenobi</strong >.
7
7
</string >
8
8
<string name =" pattern" hidden =" true" >%1$s (%2$d)</string >
9
- <string name =" snake_msg_hidden" hidden =" true" >\n\nla-li-lu-le-lo\n\n🐍😄🍉</string >
9
+ <string name =" snake_msg_hidden" hidden =" true" >\n\nla-li-lu-le-lo\n\n🐍😄🍉 \n\n áéíóú ? </string >
10
10
<string name =" hello_world_a" >Hello
11
11
World
12
12
</string >
Original file line number Diff line number Diff line change @@ -16,11 +16,11 @@ buildscript {
16
16
}
17
17
18
18
dependencies {
19
- classpath " com.stringcare:plugin:$stringcare_version "
19
+ // classpath "com.stringcare:plugin:$stringcare_version"
20
20
// classpath files('../GradlePlugin/build/libs/plugin-3.0.jar')
21
- // classpath files('../KotlinGradlePlugin/build/libs/plugin-3.0 .jar')
21
+ classpath files(' ../KotlinGradlePlugin/build/libs/plugin-3.1 .jar' )
22
22
// classpath files('..\\GradlePlugin\\build\\libs\\plugin-0.9.jar')
23
- classpath ' com.android.tools.build:gradle:3.4.1 '
23
+ classpath ' com.android.tools.build:gradle:3.4.2 '
24
24
classpath " com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.1"
25
25
classpath ' com.github.dcendents:android-maven-gradle-plugin:2.1'
26
26
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
@@ -46,7 +46,13 @@ apply plugin: StringCare
46
46
47
47
stringcare {
48
48
debug true
49
- modules {
50
- app {}
49
+ variants {
50
+ prod {
51
+ skip = true
52
+ applicationId = " com.efraespada.stringobfuscator"
53
+ }
54
+ dev {
55
+ applicationId = " com.efraespada.otherobfuscator"
56
+ }
51
57
}
52
58
}
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ android {
34
34
}
35
35
externalNativeBuild {
36
36
cmake {
37
- version " 3.14.4 "
37
+ version " 3.10.2 "
38
38
path " CMakeLists.txt"
39
39
}
40
40
}
You can’t perform that action at this time.
0 commit comments