Skip to content

Commit

Permalink
Version 1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-manshu committed Oct 8, 2020
1 parent 43de275 commit 00cbc58
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Gappein Sticker SDK is just android SDK where you can convert your text as Stick
### To install it in your project,

```groovy
implementation 'com.gappein:sticker:1.0.0-alpha1'
implementation 'com.gappein:sticker:1.0.0'
```

### To use it in View (Activity/Fragment)
Expand Down
4 changes: 2 additions & 2 deletions sticker/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ext {
siteUrl = 'https://www.gappein.com/'
gitUrl = 'https://github.com/Gappein/Gappein-Sticker-SDK.git'

libraryVersion = '1.0.0-alpha1'
libraryVersion = '1.0.0'

developerId = 'hi-manshu'
developerName = 'Himanshu Singh'
Expand All @@ -36,7 +36,7 @@ android {
minSdkVersion 21
targetSdkVersion 30
versionCode 1
versionName "1.0.0-alpha1"
versionName "1.0.0"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles "consumer-rules.pro"
Expand Down

0 comments on commit 00cbc58

Please sign in to comment.