Skip to content

Commit

Permalink
Uraniborg/Hubble: Update gradle & AGP dependency.
Browse files Browse the repository at this point in the history
- upgrade Gradle version to 8.7
- upgrade AGP dependency from 8.2.2 to 8.5.2

Test: Build is successful after change.
  • Loading branch information
Billy Lau committed Sep 16, 2024
1 parent 550ac7b commit 1279891
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion uraniborg/AndroidStudioProject/Hubble/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {

}
dependencies {
classpath 'com.android.tools.build:gradle:8.2.2'
classpath 'com.android.tools.build:gradle:8.5.2'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip

0 comments on commit 1279891

Please sign in to comment.