Skip to content

Commit

Permalink
upgrade: native dependencies (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
ronnnnn authored Jul 19, 2024
1 parent f7c6c8f commit d8199d2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .xcode-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
15.2
15.4
1 change: 1 addition & 0 deletions examples/nilts_example/android/.gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
gradle-wrapper.jar
/.gradle
/.kotlin
/captures/
/gradlew
/gradlew.bat
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-all.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
4 changes: 2 additions & 2 deletions examples/nilts_example/android/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ pluginManagement {

plugins {
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
id "com.android.application" version "8.3.0" apply false
id "org.jetbrains.kotlin.android" version "1.9.23" apply false
id "com.android.application" version "8.5.1" apply false
id "org.jetbrains.kotlin.android" version "2.0.0" apply false
}

include ":app"

0 comments on commit d8199d2

Please sign in to comment.