Skip to content

Commit

Permalink
Merge pull request #3 from idapgroup/develop
Browse files Browse the repository at this point in the history
Merged branches
  • Loading branch information
kharchenkovitaliypt authored Apr 17, 2019
2 parents 240c779 + 8bf6aba commit cfe3db9
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 9 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,24 @@ Property binding for Android Bundle arguments. Written for simple bundle unpacki
Download
--------

[ ![latest-version](https://api.bintray.com/packages/idapgroup/argument-delegate/argument-delegate/images/download.svg?version=1.0.0) ](https://bintray.com/idapgroup/argument-delegate/argument-delegate/1.0.0/link)
[ ![Download](https://api.bintray.com/packages/idapgroup/kotlin/argument-delegate/images/download.svg?version=1.0.0) ](https://bintray.com/idapgroup/kotlin/argument-delegate/1.0.0/link)

Add repository to your root `build.gradle`

```groovy
dependencies {
implementation 'com.idapgroup:argument-delegate:latest-version'
repositories {
jcenter()
}
```

Add `jcenter` to your root `build.gradle`

```groovy
repositories {
jcenter()
dependencies {
implementation 'com.idapgroup:argument-delegate:latest-version'
}
```


Usage sample
-------------

Expand Down
2 changes: 1 addition & 1 deletion argument-delegate/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ android {
compileSdkVersion 28

defaultConfig {
minSdkVersion 21
minSdkVersion 15
targetSdkVersion 28
versionCode 1
versionName "1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
ext.kotlin_version = '1.3.21'
ext.kotlin_version = '1.3.30'
repositories {
google()
jcenter()
Expand Down
2 changes: 1 addition & 1 deletion gradle/publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.github.dcendents.android-maven'
apply plugin: 'com.jfrog.bintray'

ext {
bintrayRepo = 'argument-delegate'
bintrayRepo = 'kotlin'
bintrayName = 'argument-delegate'

publishedGroupId = 'com.idapgroup'
Expand Down

0 comments on commit cfe3db9

Please sign in to comment.