You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Example code presenting how to access a value from properties file which is stored on developer machine. Aproach is to read build.properties file during gradle preprocess phase. Get the property we want and using build config AGP feature store it in BuildConfig.java accessible from our code.