mirror of
https://github.com/hmalik144/EasyCC_Master.git
synced 2026-03-18 07:26:16 +00:00
upgraded dependencies to be compatible with android_33
This commit is contained in:
@@ -6,12 +6,67 @@
|
||||
# http://www.gradle.org/docs/current/userguide/build_environment.html
|
||||
# Specifies the JVM arguments used for the daemon process.
|
||||
# The setting is particularly useful for tweaking memory settings.
|
||||
org.gradle.jvmargs=-Xmx1536m
|
||||
# When configured, Gradle will run in incubating parallel mode.
|
||||
# This option should only be used with decoupled projects. More details, visit
|
||||
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
|
||||
# org.gradle.parallel=true
|
||||
# Kotlin code style for this project: "official" or "obsolete":
|
||||
kotlin.code.style=official
|
||||
android.useAndroidX=true
|
||||
android.enableJetifier=true
|
||||
|
||||
# Plugin versions
|
||||
ANDROID_CORE_VERSION = 1.9.0
|
||||
CUSTOM_VIEW = 1.1.0
|
||||
TEST_RULE = 1.4.0
|
||||
ANNOTATION_VERSION = 1.9.0
|
||||
FRAGMENT_VERSION = 1.8.0
|
||||
ACTIVITY_VERSION = 1.6.0
|
||||
MATERIAL_VERSION = 1.6.1
|
||||
APP_COMPAT = 1.6.0
|
||||
CONSTR_LAYOUT_VERSION = 2.1.4
|
||||
ANDROID_LIFECYCLE = 2.5.1
|
||||
RECYCLER_VIEW = 1.3.2
|
||||
SWIPE_REFRESH = 1.1.0
|
||||
PERMISSIONS_DISPATCHER = 4.9.2
|
||||
LIFECYCLE_EXTENSION = 2.2.0
|
||||
TOMTOM_MAP = 2.4807
|
||||
NAVIGATION_VERSION = 2.7.7
|
||||
PREFERENCES_VERSION = 1.2.0
|
||||
RETROFIT_VERSION = 2.9.0
|
||||
OKHTTP_VERSION = 4.9.0
|
||||
MOKITO_CORE_VERSION = 5.12.0
|
||||
CORE_TEST_VERSION = 2.2.0
|
||||
MOCKK_VERSION = 1.13.12
|
||||
TEST_JUNIT_VERSION = 1.2.0
|
||||
TEST_RUNNER_VERSION = 1.5.2
|
||||
ESPRESSO_VERSION = 3.6.0
|
||||
HAMCREST_VERSION = 2.2
|
||||
JUNIT_VERSION = 4.13.2
|
||||
KODEIN_VERSION = 6.2.1
|
||||
ROOM_VERSION = 2.6.1
|
||||
KOTLINX_COROUTINES = 1.6.2
|
||||
TEST_KTX_VERSION = 1.6.0
|
||||
ANDROIDX_TEST = 1.6.0
|
||||
TEST_MONITOR = 1.7.0
|
||||
GOOGLE_PLAY_SERVICE = 21.3.0
|
||||
GOOGLE_SERVICES = 4.3.15
|
||||
GSON = 2.10.1
|
||||
GUAVA = 33.2.1-android
|
||||
ANDROID_LIBRARY = 8.5.0
|
||||
ANDROID_APPLICATION = 8.5.0
|
||||
GRADLE_PLUGIN_VERSION = 8.1.0
|
||||
KOTLIN_VERSION = 1.9.20
|
||||
KOTLIN_GRADLE_PLUGIN = 1.6.21
|
||||
GRADLE_ANALYZE_VERSION = 2.0.0
|
||||
KOTLINX_COROUTINES_RX2 = 1.9.0
|
||||
HILT_VERSION = 2.48
|
||||
|
||||
# Android configuration
|
||||
TARGET_SDK_VERSION = 33
|
||||
MIN_SDK_VERSION = 21
|
||||
|
||||
# Gradle parameters
|
||||
org.gradle.jvmargs = -Xmx1536m
|
||||
|
||||
# AndroidX
|
||||
android.useAndroidX = true
|
||||
android.enableJetifier = true
|
||||
Reference in New Issue
Block a user