Skip to content

Commit

Permalink
updated README & CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
idanatz committed Apr 4, 2021
1 parent ad5cd38 commit 570cb23
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

Version 2.1.0
-------------
* Updated: internal diffing mechanism to fix the famous inconsistency crash
* Updated: removed deprecated bitray publish and moved to jitpack

Version 2.0.2
-------------
* Added: new selection trigger - Manual
Expand Down
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,19 @@ Check the example below or sample project for reference for Kotlin & Java use.


# Include in your project
Root build.gradle:
```groovy
allprojects {
repositories {
jcenter()
maven { url "https://jitpack.io" }
}
}
```
App build.gradle:
```groovy
dependencies {
implementation "com.ironsource.aura.oneadapter:oneadapter:${LATEST_VERSION}"
implementation "com.github.idanatz:OneAdapter:${LATEST_VERSION}"
}
```

Expand Down

0 comments on commit 570cb23

Please sign in to comment.