Skip to content

Commit

Permalink
Merge pull request #24 from erkutaras/develop
Browse files Browse the repository at this point in the history
make ShowcaseView open
  • Loading branch information
erkutaras authored Sep 29, 2019
2 parents 60137c9 + 506d4e3 commit 8e6856b
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 @@ -28,7 +28,7 @@ allprojects {
**Step 2.** Add the library dependency to your project build.gradle:
```
dependencies {
implementation 'com.github.erkutaras:ShowcaseView:1.3.6'
implementation 'com.github.erkutaras:ShowcaseView:1.3.7'
}
```

Expand Down
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
defaultConfig {
targetSdkVersion 28
minSdkVersion 14
versionCode 18
versionName "1.3.6"
versionCode 19
versionName "1.3.7"
}

buildTypes {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import android.widget.TextView
/**
* Created by erkut.aras on 23.02.2018.
*/
class ShowcaseView : RelativeLayout {
open class ShowcaseView : RelativeLayout {

private val FOCUS_AREA_TOP_MARGIN_IN_DP = 50
private val FOCUS_AREA_BOTTOM_MARGIN_IN_DP = 20
Expand Down

0 comments on commit 8e6856b

Please sign in to comment.