mirror of
https://github.com/hmalik144/Farmr.git
synced 2026-01-31 02:41:49 +00:00
- Permissions removed (Not required - app only uses internal storage)
This commit is contained in:
@@ -1,19 +1,37 @@
|
||||
# Project-wide Gradle settings.
|
||||
|
||||
# IDE (e.g. Android Studio) users:
|
||||
# Gradle settings configured through the IDE *will override*
|
||||
# any settings specified in this file.
|
||||
# Plugin versions
|
||||
LEGACY_SUPPORT_VERSION = 1.0.0
|
||||
VECTOR_DRAW_VERSION = 1.0.0
|
||||
CORE_KTX_VERSION = 1.1.0
|
||||
MATERIAL_VERSION = 1.0.0
|
||||
CONSTR_LAYOUT_VERSION = 1.1.3
|
||||
VIEW_KTX_VERSION = 1.4.0
|
||||
VIEWMODEL_VERSION = 2.4.1
|
||||
PREFERENCES_VERSION = 1.2.1
|
||||
MOKITO_INLINE_VERSION = 2.13.0
|
||||
CORE_TEST_VERSION = 2.1.0
|
||||
MOCKK_VERSION = 1.10.5
|
||||
TEST_JUNIT_VERSION = 1.1.5
|
||||
TEST_RUNNER_VERSION = 1.5.2
|
||||
ESPRESSO_VERSION = 3.5.1
|
||||
HAMCREST_VERSION = 2.2
|
||||
JEXCEL_VERSION = 2.6.12
|
||||
JUNIT_VERSION = 4.13.2
|
||||
KODEIN_VERSION = 6.2.1
|
||||
ROOM_VERSION = 2.4.3
|
||||
TEST_KTX_VERSION = 1.4.0
|
||||
GRADLE_PLUGIN_VERSION = 7.4.1
|
||||
KOTLIN_VERSION = 1.7.10
|
||||
GRADLE_ANALYZE_VERSION = 1.20.0
|
||||
|
||||
# For more details on how to configure your build environment visit
|
||||
# http://www.gradle.org/docs/current/userguide/build_environment.html
|
||||
# Android configuration
|
||||
COMPILE_SDK_VERSION = android-31
|
||||
TARGET_SDK_VERSION = 31
|
||||
MIN_SDK_VERSION = 21
|
||||
|
||||
# Specifies the JVM arguments used for the daemon process.
|
||||
# The setting is particularly useful for tweaking memory settings.
|
||||
android.enableJetifier=true
|
||||
android.useAndroidX=true
|
||||
org.gradle.jvmargs=-Xmx1536m
|
||||
# Gradle parameters
|
||||
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
|
||||
# AndroidX
|
||||
android.useAndroidX = true
|
||||
android.enableJetifier = true
|
||||
|
||||
Reference in New Issue
Block a user