Suvendu Kumar Sahoo
Results
1
comments of
Suvendu Kumar Sahoo
repositories { google() mavenCentral() // Add this line to include the default Maven Central repository maven { url 'https://s01.oss.sonatype.org/content/repositories/snapshots/' } } add it to your buildScript. then for version: implementation...