mirror of
https://github.com/T8RIN/ImageToolbox.git
synced 2025-08-06 15:49:35 +08:00
bump libs
This commit is contained in:
@ -1,7 +1,7 @@
|
|||||||
[versions]
|
[versions]
|
||||||
androidMinSdk = "21"
|
androidMinSdk = "21"
|
||||||
androidTargetSdk = "35"
|
androidTargetSdk = "36"
|
||||||
androidCompileSdk = "35"
|
androidCompileSdk = "36"
|
||||||
|
|
||||||
versionName = "3.2.1-alpha02"
|
versionName = "3.2.1-alpha02"
|
||||||
versionCode = "173"
|
versionCode = "173"
|
||||||
@ -24,10 +24,10 @@ jxlCoderCoil = "2.4.0.7"
|
|||||||
jpegliCoder = "1.0.1"
|
jpegliCoder = "1.0.1"
|
||||||
|
|
||||||
tesseract = "4.8.0"
|
tesseract = "4.8.0"
|
||||||
material3 = "1.4.0-alpha10"
|
material3 = "1.4.0-alpha11"
|
||||||
composeVersion = "1.8.0-rc01"
|
composeVersion = "1.8.0-rc02"
|
||||||
materialIconsExtended = "1.7.8"
|
materialIconsExtended = "1.7.8"
|
||||||
androidx-datastorePreferencesAndroid = "1.1.4"
|
androidx-datastorePreferencesAndroid = "1.2.0-alpha01"
|
||||||
appUpdateKtx = "2.1.0"
|
appUpdateKtx = "2.1.0"
|
||||||
appUpdate = "2.1.0"
|
appUpdate = "2.1.0"
|
||||||
shadowGadgets = "2.3.1"
|
shadowGadgets = "2.3.1"
|
||||||
@ -43,17 +43,17 @@ detektCompose = "0.4.22"
|
|||||||
decompose = "3.3.0"
|
decompose = "3.3.0"
|
||||||
|
|
||||||
kotlin = "2.1.20"
|
kotlin = "2.1.20"
|
||||||
agp = "8.8.2"
|
agp = "8.9.1"
|
||||||
hilt = "2.56"
|
hilt = "2.56"
|
||||||
gms = "4.4.2"
|
gms = "4.4.2"
|
||||||
|
|
||||||
ktor = "3.1.1"
|
ktor = "3.1.1"
|
||||||
coil = "3.1.0"
|
coil = "3.1.0"
|
||||||
appCompat = "1.7.0"
|
appCompat = "1.7.0"
|
||||||
androidxCore = "1.16.0-beta01"
|
androidxCore = "1.16.0-rc01"
|
||||||
androidxLifecycle = "2.9.0-alpha12"
|
androidxLifecycle = "2.9.0-alpha13"
|
||||||
desugaring = "2.1.5"
|
desugaring = "2.1.5"
|
||||||
activityCompose = "1.11.0-alpha01"
|
activityCompose = "1.11.0-alpha02"
|
||||||
kotlinxCollectionsImmutable = "0.3.8"
|
kotlinxCollectionsImmutable = "0.3.8"
|
||||||
scrollbar = "2.2.0"
|
scrollbar = "2.2.0"
|
||||||
reorderable = "2.4.3"
|
reorderable = "2.4.3"
|
||||||
@ -66,7 +66,7 @@ ksp = "2.1.20-1.0.31"
|
|||||||
androidx-test-ext-junit = "1.2.1"
|
androidx-test-ext-junit = "1.2.1"
|
||||||
documentfile = "1.0.1"
|
documentfile = "1.0.1"
|
||||||
uiautomator = "2.3.0"
|
uiautomator = "2.3.0"
|
||||||
androidxMacroBenchmark = "1.4.0-alpha09"
|
androidxMacroBenchmark = "1.4.0-alpha10"
|
||||||
|
|
||||||
material = "1.13.0-alpha12"
|
material = "1.13.0-alpha12"
|
||||||
jsoup = "1.19.1"
|
jsoup = "1.19.1"
|
||||||
|
21
gradle/wrapper/gradle-wrapper.properties
vendored
21
gradle/wrapper/gradle-wrapper.properties
vendored
@ -1,21 +1,6 @@
|
|||||||
#
|
#Fri Mar 28 22:24:32 MSK 2025
|
||||||
# ImageToolbox is an image editor for android
|
|
||||||
# Copyright (c) 2024 T8RIN (Malik Mukhametzyanov)
|
|
||||||
#
|
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
# you may not use this file except in compliance with the License.
|
|
||||||
#
|
|
||||||
# Unless required by applicable law or agreed to in writing, software
|
|
||||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
# See the License for the specific language governing permissions and
|
|
||||||
# limitations under the License.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the Apache License
|
|
||||||
# along with this program. If not, see <http://www.apache.org/licenses/LICENSE-2.0>.
|
|
||||||
#
|
|
||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
|
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
zipStorePath=wrapper/dists
|
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
|
zipStorePath=wrapper/dists
|
||||||
|
Reference in New Issue
Block a user