InflationX / ViewPump

View Inflation you can intercept.
Apache License 2.0
897 stars 61 forks source link

Bug: can't import and build sample #67

Closed AndroidDeveloperLB closed 1 year ago

AndroidDeveloperLB commented 3 years ago

First it showed a problem with "com.vanniktech:gradle-maven-publish-plugin" , so I've updated it to :

classpath 'com.vanniktech:gradle-maven-publish-plugin:0.18.0'

Then it showed a problem with:

apply plugin: 'com.vanniktech.maven.publish'

So I've commented it, and then it showed a different issue (of "project.groupid"). Then for some reason, after closing the project and re-opening it, it succeeded building.

Please make the sample be able to be built easily... :(