Skip to content

Commit

Permalink
Update gradle dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed Jan 27, 2025
1 parent 4839e6e commit c4a0eb5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions platform/android/build.gradle.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ buildscript {
}

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

Expand All @@ -30,7 +30,9 @@ allprojects {
}
}

apply plugin: 'com.android.application'
plugins {
id 'com.android.application' version '8.6.1' apply false
}

def outputPathName = "some.apk"

Expand Down
2 changes: 1 addition & 1 deletion platform/android/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.1-bin.zip

0 comments on commit c4a0eb5

Please sign in to comment.