material-chips-input/gradle.properties
ProgramistaZpolski e401f91946 Upgrade depencencies and rebrand
- Upgrade JVM Target from Java 11 to Java 17
- Upgrade Gradle from 7.5.1 to 8.7
- Upgrade Kotlin from 1.7.22 to 1.9.24
- Upgrade targetSdk from 33 to 34 (Android 14)
- Upgrade minimum SDK version from 15 (Android 4.0.1) to 21 (Android 5.0) - matches Wezuwiusz
- Migrate deprecated build options
- Upgrade library version to 3.0.0
- Upgrade androidx-appcompat from 1.5.1 to 1.7.0
- Upgrade androidx-core from 1.9.0 to 1.13.1
- Upgrade material from 1.7.0 to 1.12.0
- Remove publishing to Maven
2024-07-25 11:00:14 +02:00

25 lines
961 B
Properties

# 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
# 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
kotlin.code.style=official
kapt.incremental.apt=true
kapt.use.worker.api=true
kapt.include.compile.classpath=false
android.nonTransitiveRClass=false
android.nonFinalResIds=false
# 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