Ravindra Kumar

Results 12 comments of Ravindra Kumar

@sosite I am also facing the same issue. I tried adding ``` -keep class com.mobsandgeeks.saripaar.** {*;} -keep @com.mobsandgeeks.saripaar.annotation.ValidateUsing class * {*;} -keep class com.your.package.validation.TextInputLayoutDataAdapter {*;} ``` Still facing the same...

@sosite Offcourse i have changed the package name :) `-keep class com.example.android.utils.TextInputLayoutAdapter {*;}`

@artemnovichkov I use yeoman generator for my [custom template](https://github.com/androidstarters/generator-kotlin-android). I have node.js script which helps me to sync template. https://github.com/androidstarters/generator-kotlin-android/blob/master/generators/app/sync_template_kotlin.js#L18

@ditclear, Looks like great suggestion. I will add these up by this weekend.

@manankalra Can you open the PR with fastlane setup?

@manankalra Can you create an issue with logs on parent repo? This repo is just a generator using parent repo. https://github.com/androidstarters/android-starter

@j7arsen I am working on this, Will keep you guys posted.

@j7arsen You can open the PR. If you have the solution already.

@adin234 @Belka1000867 I will look into this today. Will update on the thread.

@adin234 @Belka1000867 @dsebastien I am getting *BUILD SUCCESSFULL*. Need more information and steps to reproduce the issues you guys are facing. **Here is my logs:** ``` ❯ ./gradlew clean app:assembleDebug...