Skip to content
This repository was archived by the owner on Oct 18, 2024. It is now read-only.

Commit 7f67e95

Browse files
committed
chore: update AGP to v7.4.0-rc01
1 parent 1b18a5a commit 7f67e95

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
plugins {
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

77
task clean {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=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
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

lib/.vscode/c_cpp_properties.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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",

0 commit comments

Comments
 (0)