mirror of
https://github.com/FossifyOrg/Camera.git
synced 2026-06-11 17:47:40 -04:00
* docs: label app as beta * docs: update changelog * chore(release): bump app version to 1.0.2 (3)
17 lines
501 B
Properties
17 lines
501 B
Properties
org.gradle.jvmargs=-Xmx4g -XX:+UseGCOverheadLimit -XX:GCTimeLimit=10 -Dfile.encoding=UTF-8 -XX:+UseParallelGC
|
|
kotlin.code.style=official
|
|
android.useAndroidX=true
|
|
android.enableJetifier=true
|
|
org.gradle.parallel=true
|
|
org.gradle.caching=true
|
|
org.gradle.vfs.watch=true
|
|
org.gradle.configureondemand=true
|
|
org.gradle.unsafe.configuration-cache=true
|
|
org.gradle.unsafe.configuration-cache-problems=warn
|
|
android.nonTransitiveRClass=true
|
|
|
|
# Versioning
|
|
VERSION_NAME=1.0.2
|
|
VERSION_CODE=3
|
|
APP_ID=org.fossify.camera
|