mirror of
https://github.com/InsanusMokrassar/MicroUtils.git
synced 2024-11-29 21:48:45 +00:00
update android version
This commit is contained in:
parent
ee59100075
commit
cd7b982385
@ -1,8 +1,8 @@
|
|||||||
|
|
||||||
name: Publish package to GitHub Packages
|
name: Build
|
||||||
on: [push]
|
on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
publishing:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
@ -20,9 +20,9 @@ jobs:
|
|||||||
mv gradle.properties.tmp gradle.properties
|
mv gradle.properties.tmp gradle.properties
|
||||||
- name: Build
|
- name: Build
|
||||||
run: ./gradlew build
|
run: ./gradlew build
|
||||||
- name: Publish
|
# - name: Publish
|
||||||
continue-on-error: true
|
# continue-on-error: true
|
||||||
run: ./gradlew --no-parallel publishAllPublicationsToGithubPackagesRepository
|
# run: ./gradlew --no-parallel publishAllPublicationsToGithubPackagesRepository
|
||||||
env:
|
# env:
|
||||||
GITHUBPACKAGES_USER: ${{ github.actor }}
|
# GITHUBPACKAGES_USER: ${{ github.actor }}
|
||||||
GITHUBPACKAGES_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
|
# GITHUBPACKAGES_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
|
@ -4,6 +4,8 @@
|
|||||||
|
|
||||||
**OLD DEPRECATIONS HAVE BEEN REMOVED**
|
**OLD DEPRECATIONS HAVE BEEN REMOVED**
|
||||||
|
|
||||||
|
**MINIMAL ANDROID API HAS BEEN ENLARGED UP TO API 21 (Android 5.0)**
|
||||||
|
|
||||||
* `Versions`
|
* `Versions`
|
||||||
* `Kotlin`: `1.6.21` -> `1.7.0`
|
* `Kotlin`: `1.6.21` -> `1.7.0`
|
||||||
* `Coroutines`: `1.6.3` -> `1.6.4`
|
* `Coroutines`: `1.6.3` -> `1.6.4`
|
||||||
@ -11,6 +13,8 @@
|
|||||||
* `Compose`: `1.2.0-alpha01-dev729` -> `1.2.0-alpha01-dev753`
|
* `Compose`: `1.2.0-alpha01-dev729` -> `1.2.0-alpha01-dev753`
|
||||||
* `Klock`: `2.7.0` -> `3.0.0`
|
* `Klock`: `2.7.0` -> `3.0.0`
|
||||||
* `uuid`: `0.4.1` -> `0.5.0`
|
* `uuid`: `0.4.1` -> `0.5.0`
|
||||||
|
* `Android Core KTX`: `1.7.0` -> `1.8.0`
|
||||||
|
* `Android AppCompat`: `1.4.1` -> `1.4.2`
|
||||||
* `Ktor`:
|
* `Ktor`:
|
||||||
* All previously standard functions related to work with binary data by default have been deprecated
|
* All previously standard functions related to work with binary data by default have been deprecated
|
||||||
|
|
||||||
|
@ -15,16 +15,16 @@ ktor = "2.0.3"
|
|||||||
|
|
||||||
gh-release = "2.4.1"
|
gh-release = "2.4.1"
|
||||||
|
|
||||||
android-gradle = "7.0.4"
|
android-gradle = "7.2.2"
|
||||||
dexcount = "3.1.0"
|
dexcount = "3.1.0"
|
||||||
|
|
||||||
android-coreKtx = "1.7.0"
|
android-coreKtx = "1.8.0"
|
||||||
android-recyclerView = "1.2.1"
|
android-recyclerView = "1.2.1"
|
||||||
android-appCompat = "1.4.1"
|
android-appCompat = "1.4.2"
|
||||||
android-espresso = "3.3.0"
|
android-espresso = "3.4.0"
|
||||||
android-test = "1.1.2"
|
android-test = "1.1.3"
|
||||||
|
|
||||||
android-props-minSdk = "19"
|
android-props-minSdk = "21"
|
||||||
android-props-compileSdk = "32"
|
android-props-compileSdk = "32"
|
||||||
android-props-buildTools = "32.0.0"
|
android-props-buildTools = "32.0.0"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user