mirror of
https://github.com/InsanusMokrassar/krontab.git
synced 2025-12-25 14:25:47 +00:00
Compare commits
7 Commits
v2.2.3
...
56656fb2a0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
56656fb2a0 | ||
|
|
9eb0364410 | ||
| 5ff02a2a9d | |||
| f56215ee10 | |||
| e66acb34de | |||
| 78ac446311 | |||
| 697b4e81b8 |
5
.github/workflows/kdocs.yml
vendored
5
.github/workflows/kdocs.yml
vendored
@@ -10,10 +10,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: actions/setup-java@v1
|
- uses: actions/setup-java@v1
|
||||||
with:
|
with:
|
||||||
java-version: 11
|
java-version: 17
|
||||||
- name: Fix android 32.0.0 dx
|
|
||||||
continue-on-error: true
|
|
||||||
run: cd /usr/local/lib/android/sdk/build-tools/32.0.0/ && cp d8 dx && cd lib && cp d8.jar dx.jar
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: ./gradlew dokkaHtml
|
run: ./gradlew dokkaHtml
|
||||||
- name: Publish KDocs
|
- name: Publish KDocs
|
||||||
|
|||||||
2
.github/workflows/publishing_packages.yml
vendored
2
.github/workflows/publishing_packages.yml
vendored
@@ -7,7 +7,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: actions/setup-java@v1
|
- uses: actions/setup-java@v1
|
||||||
with:
|
with:
|
||||||
java-version: 11
|
java-version: 17
|
||||||
- name: Update version
|
- name: Update version
|
||||||
run: |
|
run: |
|
||||||
branch="`echo "${{ github.ref }}" | grep -o "[^/]*$"`"
|
branch="`echo "${{ github.ref }}" | grep -o "[^/]*$"`"
|
||||||
|
|||||||
@@ -1,5 +1,11 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 2.2.4
|
||||||
|
|
||||||
|
* `Versions`
|
||||||
|
* `Kotlin`: `1.9.21`
|
||||||
|
* `Serialization`: `1.6.1`
|
||||||
|
|
||||||
## 2.2.3
|
## 2.2.3
|
||||||
|
|
||||||
**THIS UPDATE CONTAINS UPGRADE OF USED JDK UP TO 17**
|
**THIS UPDATE CONTAINS UPGRADE OF USED JDK UP TO 17**
|
||||||
|
|||||||
@@ -9,9 +9,9 @@ android.useAndroidX=true
|
|||||||
android.enableJetifier=false
|
android.enableJetifier=false
|
||||||
|
|
||||||
|
|
||||||
kotlin_version=1.9.20
|
kotlin_version=1.9.21
|
||||||
kotlin_coroutines_version=1.7.3
|
kotlin_coroutines_version=1.7.3
|
||||||
kotlin_serialization_version=1.6.0
|
kotlin_serialization_version=1.6.1
|
||||||
|
|
||||||
dokka_version=1.9.10
|
dokka_version=1.9.10
|
||||||
|
|
||||||
@@ -32,9 +32,9 @@ junit_version=4.12
|
|||||||
test_ext_junit_version=1.1.3
|
test_ext_junit_version=1.1.3
|
||||||
espresso_core=3.4.0
|
espresso_core=3.4.0
|
||||||
|
|
||||||
androidx_work_version=2.8.1
|
androidx_work_version=2.9.0
|
||||||
|
|
||||||
## Common
|
## Common
|
||||||
|
|
||||||
version=2.2.3
|
version=2.2.4
|
||||||
android_code_version=33
|
android_code_version=34
|
||||||
|
|||||||
Reference in New Issue
Block a user