We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 777806c commit 6863f21Copy full SHA for 6863f21
common-methods.gradle
@@ -29,7 +29,6 @@ def publishing_task(libraryArtifactId) {
29
failOnError false
30
source = android.sourceSets.main.java.sourceFiles
31
classpath += project.files(android.getBootClasspath().join(File.pathSeparator))
32
- configurations.implementation.setCanBeResolved(true)
33
android.libraryVariants.all { variant ->
34
if (variant.name == 'release') {
35
owner.classpath += variant.javaCompileProvider.get().classpath
sdk-version.txt
@@ -1 +1 @@
1
-7.4.0
+7.4.1-beta1
0 commit comments