Skip to content
This repository has been archived by the owner on Nov 10, 2024. It is now read-only.

Commit

Permalink
Increase library version
Browse files Browse the repository at this point in the history
  • Loading branch information
mreram committed Aug 31, 2021
1 parent e9afad7 commit bb3b920
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ maven:
<dependency>
<groupId>com.github.mreram</groupId>
<artifactId>showcaseview</artifactId>
<version>1.3.0</version>
<version>1.4.0</version>
</dependency>
```
gradle:
Expand All @@ -61,7 +61,7 @@ allprojects {
```
Step 2. Add the dependency
```groovy
implementation 'com.github.mreram:showcaseview:1.3.0'
implementation 'com.github.mreram:showcaseview:1.4.0'
```
## Change type face
```java
Expand Down
4 changes: 2 additions & 2 deletions showcaseviewlib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
defaultConfig {
minSdkVersion 11
targetSdkVersion 30
versionCode 2
versionName "1.3.0"
versionCode 3
versionName "1.4.0"

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

Expand Down

0 comments on commit bb3b920

Please sign in to comment.