2020-05-10 14:52:35 +05:30
|
|
|
# Project-wide Gradle settings.
|
|
|
|
# IDE (e.g. Android Studio) users:
|
|
|
|
# Gradle settings configured through the IDE *will override*
|
|
|
|
# any settings specified in this file.
|
|
|
|
# For more details on how to configure your build environment visit
|
|
|
|
# http://www.gradle.org/docs/current/userguide/build_environment.html
|
|
|
|
# AndroidX package structure to make it clearer which packages are bundled with the
|
|
|
|
# Android operating system, and which are packaged with your app's APK
|
|
|
|
# https://developer.android.com/topic/libraries/support-library/androidx-rn
|
|
|
|
android.useAndroidX=true
|
|
|
|
# Kotlin code style for this project: "official" or "obsolete":
|
2021-01-21 16:44:31 +05:30
|
|
|
kotlin.code.style=official
|
2021-07-14 13:32:01 +05:30
|
|
|
# Specifies the JVM arguments used for the daemon process.
|
|
|
|
# The setting is particularly useful for tweaking memory settings.
|
2021-09-09 16:43:50 +05:30
|
|
|
org.gradle.jvmargs=-Xmx1536m -XX:+UseParallelGC
|
2021-07-14 13:32:01 +05:30
|
|
|
# To speed up gradle build
|
|
|
|
# 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
|
2023-02-25 12:21:23 +05:30
|
|
|
org.gradle.parallel=true
|
2023-05-28 16:28:14 +05:30
|
|
|
android.experimental.enableNewResourceShrinker.preciseShrinking=true
|
2025-02-02 17:46:55 +01:00
|
|
|
android.defaults.buildfeatures.buildconfig=true
|
2025-04-18 16:22:17 +02:00
|
|
|
app.lastVersionName=7.4.0
|
2025-06-04 18:35:01 +02:00
|
|
|
app.versionCode=7410
|
2025-05-06 18:53:51 +02:00
|
|
|
app.versionName=7.4.1
|