File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -164,6 +164,7 @@ compose.desktop {
164164
165165 buildTypes.release.proguard {
166166 configurationFiles.from(" proguard-rules-jvm.pro" )
167+ version.set(" 7.6.0" )
167168 }
168169
169170 nativeDistributions {
Original file line number Diff line number Diff line change 33pluginManagement {
44 includeBuild(" convention-plugins" )
55 repositories {
6- google()
6+ google {
7+ mavenContent {
8+ includeGroupAndSubgroups(" androidx" )
9+ includeGroupAndSubgroups(" com.android" )
10+ includeGroupAndSubgroups(" com.google" )
11+ }
12+ }
713 mavenCentral()
814 gradlePluginPortal()
915 }
1016}
1117
1218dependencyResolutionManagement {
1319 repositories {
14- google()
20+ google {
21+ mavenContent {
22+ includeGroupAndSubgroups(" androidx" )
23+ includeGroupAndSubgroups(" com.android" )
24+ includeGroupAndSubgroups(" com.google" )
25+ }
26+ }
1527 mavenCentral()
1628 }
1729}
You can’t perform that action at this time.
0 commit comments