Update snapshot config
This commit is contained in:
parent
4a16e67ea1
commit
d08d158e7f
@ -37,7 +37,7 @@ allprojects {
|
||||
and then in your module `build.gradle`:
|
||||
|
||||
```groovy
|
||||
implementation 'ru.noties:markwon:1.1.0-SNAPSHOT'
|
||||
implementation 'ru.noties:markwon:1.1.1-SNAPSHOT'
|
||||
```
|
||||
|
||||
Please note that `markwon-image-loader`, `markwon-syntax` and `markwon-view` are also present in `SNAPSHOT` repository and share the same version as main `markwon` artifact.
|
||||
|
@ -6,7 +6,7 @@ org.gradle.configureondemand=true
|
||||
android.enableBuildCache=true
|
||||
android.buildCacheDir=build/pre-dex-cache
|
||||
|
||||
VERSION_NAME=1.1.0
|
||||
VERSION_NAME=1.1.1-SNAPSHOT
|
||||
|
||||
GROUP=ru.noties
|
||||
POM_DESCRIPTION=Markwon
|
||||
|
Loading…
x
Reference in New Issue
Block a user