Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/usb-serial-telnet-server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2023-08-13 21:06:09 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2023-08-13 21:06:09 +0300
commitaa8aa784f89929cd615771bc3f61307fc3631c4a (patch)
tree98df092fbf822528b9ecbf8b548ef1af8fc4b6f2 /gradle.properties
parente8f38fb08649ebb6069818de0ebfa605d566912a (diff)
Libraries and SDK upgrade
Diffstat (limited to 'gradle.properties')
-rw-r--r--gradle.properties4
1 files changed, 3 insertions, 1 deletions
diff --git a/gradle.properties b/gradle.properties
index dab7c28..ec63151 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -18,4 +18,6 @@ android.useAndroidX=true
# Enables namespacing of each library's R class so that its R class includes only the
# resources declared in the library itself and none from the library's dependencies,
# thereby reducing the size of the R class for that library
-android.nonTransitiveRClass=true \ No newline at end of file
+android.nonTransitiveRClass=true
+android.defaults.buildfeatures.buildconfig=true
+android.nonFinalResIds=false \ No newline at end of file