Merge pull request #55 from InsanusMokrassar/0.1.0

0.1.0
This commit is contained in:
InsanusMokrassar 2022-05-16 00:00:24 +06:00 committed by GitHub
commit 400724c918
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 12 additions and 6 deletions

View File

@ -1,5 +1,10 @@
# Changelog # Changelog
## 0.1.0
* `Kotlin` = `1.6.21`
* `Compose`: `1.2.0-alpha01-dev683`
## 0.0.53 ## 0.0.53
* Improvements in `UIKitPadding` * Improvements in `UIKitPadding`

View File

@ -26,6 +26,7 @@ repositories {
mavenLocal() mavenLocal()
mavenCentral() mavenCentral()
google() google()
maven { url "https://maven.pkg.jetbrains.space/public/p/compose/dev" }
} }
kotlin { kotlin {

View File

@ -9,4 +9,4 @@ android.enableJetifier=true
# Project data # Project data
group=dev.inmo group=dev.inmo
version=0.0.53 version=0.1.0

View File

@ -1,9 +1,9 @@
[versions] [versions]
kt = "1.6.10" kt = "1.6.21"
jb-compose = "1.1.1" jb-compose = "1.2.0-alpha01-dev683"
jb-dokka = "1.6.10" jb-dokka = "1.6.21"
gh-release = "2.2.12" gh-release = "2.3.7"
[libraries] [libraries]

View File

@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.1-bin.zip distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-bin.zip
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists