Skip to content

Commit

Permalink
update md
Browse files Browse the repository at this point in the history
  • Loading branch information
qi.xiao committed Mar 9, 2023
1 parent 957d833 commit add5d38
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README-EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Add this to your app's build.gradle:
}

implementation "androidx.appcompat:appcompat:$supportVersion"
implementation 'com.github.JavaNoober.BackgroundLibrary:library:1.7.5'
implementation 'com.github.JavaNoober.BackgroundLibrary:library:1.7.6'

if use androidx:

Expand All @@ -26,7 +26,7 @@ if use androidx:
}

implementation "androidx.appcompat:appcompat:$supportVersion"
implementation 'com.github.JavaNoober.BackgroundLibrary:libraryx:1.7.5'
implementation 'com.github.JavaNoober.BackgroundLibrary:libraryx:1.7.6'


## Example effect
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ issue回复不及时,可以添加qq群887686934
}

implementation "com.android.support:appcompat-v7:$supportVersion"
implementation 'com.github.JavaNoober.BackgroundLibrary:library:1.7.5'
implementation 'com.github.JavaNoober.BackgroundLibrary:library:1.7.6'

如果项目使用了androidx:

Expand All @@ -31,7 +31,7 @@ issue回复不及时,可以添加qq群887686934
}

implementation "androidx.appcompat:appcompat:$supportVersion"
implementation 'com.github.JavaNoober.BackgroundLibrary:libraryx:1.7.5'
implementation 'com.github.JavaNoober.BackgroundLibrary:libraryx:1.7.6'


## 使用文档
Expand Down

0 comments on commit add5d38

Please sign in to comment.