File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
55 mavenCentral()
66 }
77 dependencies {
8- classpath ' com.android.tools.build:gradle:8.7.2 '
8+ classpath ' com.android.tools.build:gradle:8.9.1 '
99 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.21"
1010 // Maven Central Publish
1111 classpath " com.vanniktech:gradle-maven-publish-plugin:0.30.0"
Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ org.gradle.jvmargs=-Xmx2048m
2828kotlin.code.style =official
2929# org.gradle.unsafe.configuration-cache=true
3030android.useAndroidX =true
31- android.defaults.buildfeatures.buildconfig =true
3231android.nonTransitiveRClass =false
3332android.nonFinalResIds =false
3433
Original file line number Diff line number Diff line change 11# Thu Nov 14 11:49:30 PST 2024
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
4- distributionUrl =https\://services.gradle.org/distributions/gradle-8.9 -bin.zip
4+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.11.1 -bin.zip
55zipStoreBase =GRADLE_USER_HOME
66zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change @@ -72,6 +72,7 @@ android {
7272 }
7373 buildFeatures {
7474 compose = true
75+ buildConfig = true
7576 }
7677 // Preserve compression of filament files
7778 androidResources {
@@ -81,7 +82,7 @@ android {
8182
8283dependencies {
8384 // Android KTX
84- implementation " androidx.fragment:fragment-ktx:1.8.5 "
85+ implementation " androidx.fragment:fragment-ktx:1.8.6 "
8586
8687 // Compose
8788 implementation " androidx.compose.ui:ui:1.7.8"
You can’t perform that action at this time.
0 commit comments