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

Commit

Permalink
Prepare 1.3.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
mreram committed Jul 22, 2021
1 parent 3e05342 commit fd79aa4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ maven:
<dependency>
<groupId>com.github.mreram</groupId>
<artifactId>showcaseview</artifactId>
<version>1.2.0</version>
<version>1.3.0</version>
</dependency>
```
gradle:
Expand All @@ -62,7 +62,7 @@ allprojects {
```
Step 2. Add the dependency
```groovy
implementation 'com.github.mreram:showcaseview:1.2.0'
implementation 'com.github.mreram:showcaseview:1.3.0'
```
## Change type face
```java
Expand Down
2 changes: 1 addition & 1 deletion showcaseviewlib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ android {
minSdkVersion 11
targetSdkVersion 30
versionCode 2
versionName "1.1"
versionName "1.3.0"

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

Expand Down

0 comments on commit fd79aa4

Please sign in to comment.