Version 0.17.0
This commit is contained in:
parent
0cf724a70a
commit
c2930e7a12
4 changed files with 4 additions and 4 deletions
|
@ -43,7 +43,7 @@ jobs:
|
|||
- store_artifacts:
|
||||
path: ./build/reports/tests/test
|
||||
- store_artifacts:
|
||||
path: ./build/libs/sdk-0.16.0.jar
|
||||
path: ./build/libs/sdk-0.17.0.jar
|
||||
deploy:
|
||||
<<: *container_config
|
||||
steps:
|
||||
|
|
2
LICENSE
2
LICENSE
|
@ -186,7 +186,7 @@
|
|||
same "printed page" as the copyright notice for easier
|
||||
identification within third-party archives.
|
||||
|
||||
Copyright 2019 Wulkanowy
|
||||
Copyright 2020 Wulkanowy
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
|
|
|
@ -29,6 +29,6 @@ allprojects {
|
|||
}
|
||||
}
|
||||
dependencies {
|
||||
implementation 'io.github.wulkanowy:sdk:0.16.0'
|
||||
implementation 'io.github.wulkanowy:sdk:0.17.0'
|
||||
}
|
||||
```
|
||||
|
|
|
@ -5,7 +5,7 @@ plugins {
|
|||
}
|
||||
|
||||
ext {
|
||||
PUBLISH_VERSION = '0.16.0'
|
||||
PUBLISH_VERSION = '0.17.0'
|
||||
SITE_URL = 'https://github.com/wulkanowy/sdk'
|
||||
GIT_URL = 'https://github.com/wulkanowy/sdk.git'
|
||||
|
||||
|
|
Loading…
Reference in a new issue