Before opening a bug report
[versions]
dotsIndicator = "5.1.1"
[libraries]
tbuonomo-dotsindicator = { group = "com.tbuonomo", name = "dotsindicator", version.ref = "dotsIndicator" }
Bug description
error: cannot access WormDotsIndicator
import com.tbuonomo.viewpagerdotsindicator.WormDotsIndicator;
^
bad class file: D:.gradle\caches\9.4.1\transforms\c7b54ca4a931ade9ce238be5be69e3e9\transformed\jetified-dotsindicator-5.1.1-api.jar(/com/tbuonomo/viewpagerdotsindicator/WormDotsIndicator.class)
class file has wrong version 65.0, should be 61.0
Please remove or make sure it appears in the correct subdirectory of the classpath.
I'm using XML version. My usage is
<com.tbuonomo.viewpagerdotsindicator.WormDotsIndicator android:id="@+id/worm_dots_indicator" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="end|bottom" android:background="@color/transparent" android:descendantFocusability="blocksDescendants" app:dotsColor="?attr/colorSecondary" app:dotsCornerRadius="@dimen/radius_tv_16dp" app:dotsSize="@dimen/padding_tv_24dp" app:dotsSpacing="@dimen/padding_tv_20dp" app:dotsStrokeColor="?attr/colorOnSurface" app:dotsStrokeWidth="@dimen/radius_tv_4dp" />
Note: It's working with v5.1.0
Before opening a bug report
[versions]
dotsIndicator = "5.1.1"
[libraries]
tbuonomo-dotsindicator = { group = "com.tbuonomo", name = "dotsindicator", version.ref = "dotsIndicator" }
Bug description
error: cannot access WormDotsIndicator
import com.tbuonomo.viewpagerdotsindicator.WormDotsIndicator;
^
bad class file: D:.gradle\caches\9.4.1\transforms\c7b54ca4a931ade9ce238be5be69e3e9\transformed\jetified-dotsindicator-5.1.1-api.jar(/com/tbuonomo/viewpagerdotsindicator/WormDotsIndicator.class)
class file has wrong version 65.0, should be 61.0
Please remove or make sure it appears in the correct subdirectory of the classpath.
I'm using XML version. My usage is
<com.tbuonomo.viewpagerdotsindicator.WormDotsIndicator android:id="@+id/worm_dots_indicator" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="end|bottom" android:background="@color/transparent" android:descendantFocusability="blocksDescendants" app:dotsColor="?attr/colorSecondary" app:dotsCornerRadius="@dimen/radius_tv_16dp" app:dotsSize="@dimen/padding_tv_24dp" app:dotsSpacing="@dimen/padding_tv_20dp" app:dotsStrokeColor="?attr/colorOnSurface" app:dotsStrokeWidth="@dimen/radius_tv_4dp" />Note: It's working with v5.1.0