Skip to content

Commit 0aec0bf

Browse files
committed
v0.5.0
1 parent f6dda5e commit 0aec0bf

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ apply plugin: com.efraespada.stringobfuscatorplugin.StringObfuscatorPlugin
1414
buildscript {
1515
1616
ext {
17-
aso_sop_version = '0.4.2'
17+
aso_sop_version = '0.5.0'
1818
}
1919
2020
repositories {

androidstringobfuscator/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
22
apply plugin: 'com.github.dcendents.android-maven'
33
apply plugin: 'com.jfrog.bintray'
44

5-
version = "0.4.1"
5+
version = "0.5.0"
66

77
android {
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

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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) {
3939
stringobfuscator {
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
}

0 commit comments

Comments
 (0)