Skip to content

Commit

Permalink
update md
Browse files Browse the repository at this point in the history
  • Loading branch information
Beseting committed Nov 17, 2020
1 parent 267159c commit 69c33c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@

allprojects {
repositories {
...
...
maven { url 'https://jitpack.io' }
}
}

#### 2.添加依赖

dependencies {
implementation 'com.github.Beseting:PhotoBrowse:v{ LAST-VERSION }'
implementation 'com.github.Beseting:PhotoBrowse:v2.0.1'
}

### maven:
Expand All @@ -44,7 +44,7 @@
<dependency>
<groupId>com.github.Beseting</groupId>
<artifactId>PhotoBrowse</artifactId>
<version>{ LAST-VERSION }</version>
<version>v2.0.1</version>
</dependency>


Expand Down
4 changes: 0 additions & 4 deletions app/src/main/res/xml/backup_descriptor.xml

This file was deleted.

0 comments on commit 69c33c2

Please sign in to comment.