Skip to content

Commit ba78e62

Browse files
committed
Merge branch '3.x' of github.com:larsgrefer/dart-sass-java into 4.x
2 parents c8d0406 + 64a644c commit ba78e62

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

settings.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ pluginManagement {
55
mavenCentral()
66
}
77
plugins {
8-
id "com.android.library" version "8.5.2"
9-
id "com.android.application" version "8.5.2"
8+
id "com.android.library" version "8.7.2"
9+
id "com.android.application" version "8.7.2"
1010
}
1111
}
1212

1313
plugins {
1414
id 'io.freefair.settings.plugin-versions' version '8.10.2'
1515
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.8.0'
16-
id "com.gradle.develocity" version "3.18.1"
16+
id "com.gradle.develocity" version "3.18.2"
1717
}
1818

1919
rootProject.name = 'dart-sass-java'

0 commit comments

Comments
 (0)