This repository was archived by the owner on Oct 18, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11// Top-level build file where you can add configuration options common to all sub-projects/modules.
22plugins {
3- id ' com.android.application' version ' 7.3.0 ' apply false
4- id ' com.android.library' version ' 7.3.0 ' apply false
3+ id ' com.android.application' version ' 7.4.0-rc01 ' apply false
4+ id ' com.android.library' version ' 7.4.0-rc01 ' apply false
55}
66
77task clean {
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-7.4 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.5.1 -bin.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change 44 "name" : " Linux" ,
55 "includePath" : [
66 " ${workspaceFolder}/**" ,
7- " ${workspaceFolder/include}" ,
7+ " ${workspaceFolder/include}" ,
88 " ${workspaceFolder}/../tree-sitter/lib/src" ,
99 " ${workspaceFolder}/../tree-sitter/lib/include" ,
1010 " ${env:JAVA_HOME}/include" ,
You can’t perform that action at this time.
0 commit comments