Skip to content

Commit

Permalink
Bump to 1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
faruktoptas committed Jan 28, 2019
1 parent d438640 commit ae23f35
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Thanks to [DigitalSa1nt](https://github.com/DigitalSa1nt) for the Xamarin ported

# Download
```gradle
implementation 'me.toptas.fancyshowcase:fancyshowcaseview:1.1.4'
implementation 'me.toptas.fancyshowcase:fancyshowcaseview:1.1.5'
```

## Sample Usage
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ buildscript {
ext.build_tools_version = '27.0.3'
ext.min_sdk_version = 14
ext.target_sdk_version = 27
ext.version_name = '1.1.4'
ext.version_name = '1.1.5'


ext.support_version = '27.1.1'
Expand Down
4 changes: 2 additions & 2 deletions fancyshowcaseview/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ android {
}

dependencies {
compile "com.android.support:appcompat-v7:$support_version"
compile "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation "com.android.support:appcompat-v7:$support_version"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
}


Expand Down

0 comments on commit ae23f35

Please sign in to comment.