hourglass_full 下载中,请稍后...

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),

如果没有自动开始下载, 请点我

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

描述

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'
}
}
...