Skip to content

Sample app used in blog post to illustrate a way of externallising config strings and adding DexGuard protection

Notifications You must be signed in to change notification settings

ralic/android-environment-configuration-sample

 
 

Repository files navigation

Android Environment configuration sample

This is the sample project that accompanies the "Managing and securing your app’s configuration" blog post that illustrates a convincent way of extracting your environment configuration into a .properties file.

##Building

Requires: Valid DexGuard Enterprise plugin v6+.

Edit the repo location of the following flatDir { dirs '/Users/scottab/Downloads/DexGuard-7.0.22/lib' } in /build.gradle to match the location of your local copy of DexGuard.

Also ensure you have your dexguard-license.txt downloaded into one of the correct places see Getting Started section of the DexGaurd docs.

##License

Copyright (c) 2015 Scott Alexander-Bown
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this 
file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

Sample app used in blog post to illustrate a way of externallising config strings and adding DexGuard protection

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%