hourglass_full Your download should start automatically in a few seconds...

Download Simple Torch Light_Latest Version.apk from Apk-Dl Server

Thank you for using Apk-Dl.com to download the apk file (Simple Torch Light_Latest Version.apk),

If the download doesn't start automatically in a few seconds, please click here to access the download URL directly.

Note: Download and save the apk file to your Android Phone's SD card and install it manually onto the Android device.

Description

This is a Simple Torch Light for your AndroidPhone.

Soon, I will upload the source code to Github, to demonstratehow to export APK using Android Studio and enable Proguard.


sample :
...
buildTypes {
release {
minifyEnabled true //TRUE to enable Proguad and FALSE todisable
proguardFilesgetDefaultProguardFile('proguard-android-optimize.txt'),'proguard-rules.pro'
}
}
...