Skip to content

Commit

Permalink
Merge pull request #111 from BryanGIG/dependabot/gradle/master/com.an…
Browse files Browse the repository at this point in the history
…droid.tools.build-gradle-8.7.3

Bump com.android.tools.build:gradle from 8.3.2 to 8.7.3
  • Loading branch information
BryanGIG authored Dec 9, 2024
2 parents 4f0fbce + ae4ef20 commit ce1c74f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ android {
}

compileOptions {
sourceCompatibility JavaVersion.VERSION_17
targetCompatibility JavaVersion.VERSION_17
sourceCompatibility JavaVersion.VERSION_21
targetCompatibility JavaVersion.VERSION_21
}

buildFeatures {
Expand All @@ -62,7 +62,7 @@ android {
}

kotlinOptions {
jvmTarget = '17'
jvmTarget = '21'
}
}

Expand All @@ -79,6 +79,7 @@ dependencies {
androidTestImplementation composeBom

implementation 'androidx.compose.material3:material3'
implementation 'com.google.android.material:material:1.12.0'
implementation 'androidx.compose.material:material-icons-extended'

// Android Studio Preview support
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
maven { url "https://oss.sonatype.org/content/repositories/snapshots" }
}
dependencies {
classpath 'com.android.tools.build:gradle:8.3.2'
classpath "com.android.tools.build:gradle:8.7.3"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.0"
classpath "org.jetbrains.kotlin:compose-compiler-gradle-plugin:2.0.0"
classpath "org.lsposed.lsplugin:jgit:1.1"
Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Wed Mar 20 12:17:22 WIB 2024
#Wed Dec 04 08:49:46 WIB 2024
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit ce1c74f

Please sign in to comment.