mirror of
https://github.com/InsanusMokrassar/SauceNaoAPI.git
synced 2025-12-08 22:15:46 +00:00
Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9efade9daf | |||
| e4d1ff7fa9 | |||
| e0b5f5d410 | |||
| adec37b9e5 | |||
| 8e042c6399 | |||
| 0564ed1d75 | |||
| f9d98ec7d7 | |||
| 67519da545 | |||
| 6028ec7774 |
1
.gitignore
vendored
1
.gitignore
vendored
@@ -8,3 +8,4 @@ settings.xml
|
||||
.gradle/
|
||||
build/
|
||||
out/
|
||||
kotlin-js-store/
|
||||
|
||||
@@ -1,8 +1,15 @@
|
||||
# SauceNaoAPI Changelog
|
||||
|
||||
## 0.14.1
|
||||
## 0.15.1
|
||||
|
||||
* Versions:
|
||||
* `Ktor`: `2.2.4`
|
||||
|
||||
## 0.15.0
|
||||
|
||||
* Versions:
|
||||
* `Kotlin`: `1.8.10`
|
||||
* `Serialization`: `1.5.0`
|
||||
* `Ktor`: `2.2.3`
|
||||
|
||||
## 0.14.0
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
kotlin.code.style=official
|
||||
|
||||
library_version=0.14.1
|
||||
library_version=0.15.1
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
[versions]
|
||||
|
||||
kt = "1.7.22"
|
||||
kt-serialization = "1.4.1"
|
||||
kt = "1.8.10"
|
||||
kt-serialization = "1.5.0"
|
||||
kt-coroutines = "1.6.4"
|
||||
|
||||
klock = "3.4.0"
|
||||
ktor = "2.2.3"
|
||||
ktor = "2.2.4"
|
||||
|
||||
gh-release = "2.4.1"
|
||||
|
||||
|
||||
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-bin.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.1-bin.zip
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user