Move lib ver def out of versions catalog config
This commit is contained in:
parent
742b218c61
commit
fc5719d166
3 changed files with 26 additions and 2 deletions
25
.idea/jsonSchemas.xml
Normal file
25
.idea/jsonSchemas.xml
Normal file
|
@ -0,0 +1,25 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="JsonSchemaMappingsProjectConfiguration">
|
||||
<state>
|
||||
<map>
|
||||
<entry key="GitHub Workflow">
|
||||
<value>
|
||||
<SchemaInfo>
|
||||
<option name="name" value="GitHub Workflow" />
|
||||
<option name="relativePathToSchema" value="https://json.schemastore.org/github-workflow.json" />
|
||||
<option name="applicationDefined" value="true" />
|
||||
<option name="patterns">
|
||||
<list>
|
||||
<Item>
|
||||
<option name="path" value=".github/workflows/deploy.yml" />
|
||||
</Item>
|
||||
</list>
|
||||
</option>
|
||||
</SchemaInfo>
|
||||
</value>
|
||||
</entry>
|
||||
</map>
|
||||
</state>
|
||||
</component>
|
||||
</project>
|
|
@ -7,7 +7,7 @@ plugins {
|
|||
}
|
||||
|
||||
ext {
|
||||
PUBLISH_VERSION = libs.versions.sdk
|
||||
PUBLISH_VERSION = "2.0.4-SNAPSHOT"
|
||||
SITE_URL = 'https://github.com/wulkanowy/sdk'
|
||||
GIT_URL = 'https://github.com/wulkanowy/sdk.git'
|
||||
|
||||
|
|
|
@ -7,7 +7,6 @@ dependencyResolutionManagement {
|
|||
libs {
|
||||
def kotlin = '1.8.21'
|
||||
|
||||
version('sdk', '2.0.4-SNAPSHOT')
|
||||
version('kotlin', kotlin)
|
||||
version('coroutines', '1.7.1')
|
||||
version('retrofit', '2.9.0')
|
||||
|
|
Loading…
Reference in a new issue