Skip to content

Commit 7c90bc3

Browse files
authored
Release/7.4.1 (#562)
* Set version to 7.4.1-beta1 * Set version to 7.4.1
1 parent 777806c commit 7c90bc3

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

common-methods.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ def publishing_task(libraryArtifactId) {
2929
failOnError false
3030
source = android.sourceSets.main.java.sourceFiles
3131
classpath += project.files(android.getBootClasspath().join(File.pathSeparator))
32-
configurations.implementation.setCanBeResolved(true)
3332
android.libraryVariants.all { variant ->
3433
if (variant.name == 'release') {
3534
owner.classpath += variant.javaCompileProvider.get().classpath

sdk-version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.4.0
1+
7.4.1

0 commit comments

Comments
 (0)