heagoo / apk_builder_tutorial

22 stars 11 forks source link

Proguard #14

Open RovieFrancisco opened 3 years ago

RovieFrancisco commented 3 years ago

I can't find any tutorial on how could I add Proguard rules using this APK Builder. I can successfully added dependencies by modifying .project file but while doing proguard will not work.

bilal5tani commented 3 years ago

How you Solved Dependencies problem bro?

RovieFrancisco commented 3 years ago

I've just add a short line of code inside .project file of the app.. Code should be like this

dependencies { api 'com.google.firebase:firebase-auth:+' }

On Thu, Jul 8, 2021, 5:07 AM bilal5tani @.***> wrote:

How you Solved Dependencies problem bro?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/heagoo/apk_builder_tutorial/issues/14#issuecomment-875933283, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJUSF2CTHQOMJ5OR7S34SVTTWS6X7ANCNFSM43RCTTMA .

bilal5tani commented 3 years ago

Can you show me the modified .project file here?

RovieFrancisco commented 3 years ago

Dont mind the android block of codes, am just trying proguard haha

On Thu, Jul 8, 2021, 1:46 PM bilal5tani @.***> wrote:

Can you show me the modified .project file here?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/heagoo/apk_builder_tutorial/issues/14#issuecomment-876146344, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJUSF2EXCCMRLPIG22SBL2TTWU3SFANCNFSM43RCTTMA .

bilal5tani commented 3 years ago

I am trying to use androidx.ConstarintLayout to my project. Can you tell me how i can do it?

RovieFrancisco commented 3 years ago

Add this on your dependencies, it needs internet access to build.

implementation 'com.android.support.constraint:constraint-layout:1.1.2'

On Fri, Jul 9, 2021, 8:33 AM bilal5tani @.***> wrote:

I am trying to use androidx.ConstarintLayout to my project. Can you tell me how i can do it?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/heagoo/apk_builder_tutorial/issues/14#issuecomment-876828690, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJUSF2GLTGN665KSMZDQXBLTWY7V7ANCNFSM43RCTTMA .

RovieFrancisco commented 3 years ago

If not working,, use this

implementation 'androidx.constraintlayout:constraintlayout:1.1.2'

On Fri, Jul 9, 2021, 8:39 AM Rovie Francisco @.***> wrote:

Add this on your dependencies, it needs internet access to build.

implementation 'com.android.support.constraint:constraint-layout:1.1.2'

On Fri, Jul 9, 2021, 8:33 AM bilal5tani @.***> wrote:

I am trying to use androidx.ConstarintLayout to my project. Can you tell me how i can do it?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/heagoo/apk_builder_tutorial/issues/14#issuecomment-876828690, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJUSF2GLTGN665KSMZDQXBLTWY7V7ANCNFSM43RCTTMA .