Android

How gradle.properties work in android

In Android development, the gradle.properties file is used to configure various settings for the Gradle build system. It al…

How proguard rules works

ProGuard is a tool that is widely used in Java and Android development to optimize, obfuscate, and shrink the size of applic…

Load More
That is All