标签:
Android Studio升级到1.0以后将runProguard函数已经被废弃并且停止使用了改成minifyEnabled。
所以,minifyEnabled主要用来控制是否运行混淆的。
可以参考:
http://www.tuicool.com/articles/iMBbEf
http://www.tuicool.com/articles/n22yQnu
标签:
原文地址:http://blog.csdn.net/forlong401/article/details/45398467