Skip to content

Commit

Permalink
Bump gradle versions
Browse files Browse the repository at this point in the history
  • Loading branch information
pjcollins committed Nov 11, 2024
1 parent 5fc4abb commit af5e069
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion facebook/android/native/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id("com.android.library") version "8.2.2" apply false
id("com.android.library") version "8.6.1" apply false
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Fri Feb 02 10:15:22 GMT 2024
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
2 changes: 1 addition & 1 deletion template/android/native/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id("com.android.library") version "8.2.2" apply false
id("com.android.library") version "8.6.1" apply false
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Mon Jun 24 14:49:07 EDT 2024
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit af5e069

Please sign in to comment.