Engine Bai

Results 10 comments of Engine Bai

## UPDATED It seems to be [Proguard bug](https://sourceforge.net/p/proguard/bugs/712/), the workaround is add `classpath 'net.sf.proguard:proguard-gradle:6.2.2'` to root `build.gradle.kts` dependencies.

Hi, I know this feature is quite important for our developer, and am working on this. That would be helpful if you find any hints for this. So far, I...

It doesn't support it now, but will support recently.

OK, I can help to fix the problem. Recently, I will re-implement this custom view, I just found that this implementation contains too many bugs anyway. Stay update.

I had the same issue too when using `--all` argument. It seem that the problem is the existed milestones and labels. It would be nice to add skip mechanism to...

When using this, an error occurred when gradle sync. (the same error #138)

I had the same problem as well. ```groovy android { .... buildTypes { release { minifyEnabled true shrinkResources true FileCollection proguardFileCollection = files { file('./proguard').listFiles() } proguardFiles(proguardFileCollection) } } }...

We fix this by replacing `annotationProcessor 'org.parceler:parceler:1.1.11'` with `kapt 'org.parceler:parceler:1.1.11'`.

@atermenji Hi, may I suggest that you can add default value to `setIntrinsicHeight()` and `setIntrinsicWidth()` method to fix this issue?? Thanks.

The version `57.0.2` still had this issue, this issue happened over 1 years, and it seems to be basic function. Could you treat this issue as one of the top...