Skip to content

Commit 3c66be5

Browse files
committed
update to 1.5.9
1 parent df93025 commit 3c66be5

5 files changed

Lines changed: 11 additions & 7 deletions

File tree

README-EN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ A framework for directly generating shape through Tags, no need to write shape.x
77
Add this to your app's build.gradle:
88

99
implementation "com.android.support:appcompat-v7:$supportVersion"
10-
implementation 'com.noober.background:core:1.5.7'
10+
implementation 'com.noober.background:core:1.5.9'
1111

1212
if use androidx:
1313

1414
implementation "androidx.appcompat:appcompat:$supportVersion"
15-
implementation 'com.noober.background:core:1.5.7'
15+
implementation 'com.noober.background:core:1.5.9'
1616

1717

1818
## Example effect

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ A framework for directly generating shape through Tags, no need to write shape.x
1010
依赖方式:
1111

1212
implementation "com.android.support:appcompat-v7:$supportVersion"
13-
implementation 'com.noober.background:core:1.5.8'
13+
implementation 'com.noober.background:core:1.5.9'
1414

1515
如果项目使用了androidx:
1616

1717
implementation "androidx.appcompat:appcompat:$supportVersion"
18-
implementation 'com.noober.background:core:1.5.8'
18+
implementation 'com.noober.background:core:1.5.9'
1919

2020

2121
## 使用文档

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ ext {
3636
userOrg = 'noober'
3737
groupId = 'com.noober.background'
3838
uploadName = 'LibraryForBackground'
39-
publishVersion = '1.5.8'
39+
publishVersion = '1.5.9'
4040
desc = "A framework for directly generating shape through Tags, no need to write shape.xml again(通过标签直接生成shape,无需再写shape.xml)"
4141
website = 'https://github.com/JavaNoober/BackgroundLibrary'
4242
// gradlew clean build bintrayUpload -PbintrayUser=xiaoqiandroid -PbintrayKey=xxxxxxxxxxxxxxxx -PdryRun=false

library/background-proguard-rules.pro

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,6 @@
2121
#-renamesourcefileattribute SourceFile
2222

2323
-dontwarn com.noober.background.**
24-
-keep public class com.noober.background.** {*;}
24+
-keep public class com.noober.background.** {*;}
25+
-keep public class android.support.v4.view.** {*;}
26+
-keep public class android.view.LayoutInflater.** {*;}

libraryx/background-proguard-rules.pro

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,6 @@
2121
#-renamesourcefileattribute SourceFile
2222

2323
-dontwarn com.noober.background.**
24-
-keep public class com.noober.background.** {*;}
24+
-keep public class com.noober.background.** {*;}
25+
-keep public class android.support.v4.view.** {*;}
26+
-keep public class android.view.LayoutInflater.** {*;}

0 commit comments

Comments
 (0)