File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ apply plugin: com.efraespada.stringobfuscatorplugin.StringObfuscatorPlugin
1414buildscript {
1515
1616 ext {
17- aso_sop_version = '0.4.2 '
17+ aso_sop_version = '0.5.0 '
1818 }
1919
2020 repositories {
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
22apply plugin : ' com.github.dcendents.android-maven'
33apply plugin : ' com.jfrog.bintray'
44
5- version = " 0.4.1 "
5+ version = " 0.5.0 "
66
77android {
88 compileSdkVersion 25
@@ -12,7 +12,7 @@ android {
1212 minSdkVersion 9
1313 targetSdkVersion 25
1414 versionCode 1
15- versionName " 0.4.1 "
15+ versionName " 0.5.0 "
1616
1717 testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
1818
@@ -34,7 +34,7 @@ dependencies {
3434 androidTestCompile(' com.android.support.test.espresso:espresso-core:2.2.2' , {
3535 exclude group : ' com.android.support' , module : ' support-annotations'
3636 })
37- compile ' com.android.support:appcompat-v7:25.1.1 '
37+ compile ' com.android.support:appcompat-v7:25.4.0 '
3838 testCompile ' junit:junit:4.12'
3939}
4040
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ buildscript {
1616 }
1717
1818 dependencies {
19- classpath files(' ../StringObfuscatorPlugin/build/libs/stringobfuscatorplugin-0.4.1 .jar' )
19+ classpath files(' ../StringObfuscatorPlugin/build/libs/stringobfuscatorplugin-0.5.0 .jar' )
2020 // classpath "com.efraespada:stringobfuscatorplugin:$aso_sop_version"
2121 classpath ' com.android.tools.build:gradle:3.0.1'
2222 classpath " com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.1"
@@ -39,8 +39,8 @@ task clean(type: Delete) {
3939stringobfuscator {
4040 modules {
4141 sample {
42- stringFiles = [' strings.xml' , " other_file.xml " ]
43- srcFolders = [' src/main' , " other_folder " ]
42+ stringFiles = [' strings.xml' ]
43+ srcFolders = [' src/main' ]
4444 }
4545 }
4646}
You can’t perform that action at this time.
0 commit comments