Fabric edits the project.properties

走远了吗. 提交于 2019-12-24 11:24:45

问题


I have integrated Fabric in my app. When I open the project.properties file now, it says - This file is now handled by Fabric. Now I cannot see the following line anywhere in the project.properties file

proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt

I am using in app billing in my app and for that I need to add

-keep class com.android.vending.billing

in the proguard-project.txt

Now I am confused as - project.properties has no line mentioning the proguard-project.txt. So will it ever be used ? If not how and where should I add the line - -keep class com.android.vending.billing

来源:https://stackoverflow.com/questions/31687308/fabric-edits-the-project-properties

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!