Skip to content

Commit

Permalink
merge develop branch, update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
RajuSE committed Oct 3, 2020
1 parent 0f3a9a9 commit cd390be
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Screenshot shows how InstaPopSave was used for "Add to wishlist" interaction for
Add this in your app's build.gradle file:
```groovy
dependencies {
implementation 'devx.insta.popsave:InstaPopSave-Android:1.0.0'
implementation 'devx.insta.popsave:InstaPopSave-Android:1.1.1'
}
```

Expand All @@ -31,11 +31,23 @@ Or add PopSave as a new dependency inside your pom.xml
<dependency>
<groupId>devx.insta.popsave</groupId>
<artifactId>InstaPopSave-Android</artifactId>
<version>1.0.0</version>
<version>1.1.1</version>
<type>pom</type>
</dependency>
```

Add this in your Application class and add Fresco v2 to gradle
```groovy
Fresco.initialize(applicationContext)
```

also,
Don't forget to declare internet permission.
```xml
<uses-permission android:name="android.permission.INTERNET" />
```


## ✔️ Changelog
Changes exist in the [releases](https://github.com/RajuSE/InstaPopSave-Android/releases) tab.

Expand Down

0 comments on commit cd390be

Please sign in to comment.