Skip to content

Commit

Permalink
Updated example to use library 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
christophesmet committed Jan 13, 2018
1 parent 04293b5 commit 38ff791
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Or use JitPack: https://jitpack.io/#christophesmet/android_maskable_layout
repositories {
maven { url 'https://jitpack.io' }
}
compile 'com.github.christophesmet:android_maskable_layout:v1.1.0'
compile 'com.github.christophesmet:android_maskable_layout:v1.2.0'
```

License
Expand Down
2 changes: 1 addition & 1 deletion Sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies {
compile 'com.android.support:appcompat-v7:27.0.2'
compile fileTree(dir: 'libs', include: ['*.jar'])
//For release
//compile 'com.github.christophesmet:android_maskable_layout:v1.1.0'
//compile 'com.github.christophesmet:android_maskable_layout:v1.2.0'
//For local development
compile project(':library')
}

0 comments on commit 38ff791

Please sign in to comment.