Skip to content

Commit f152c8e

Browse files
committed
Update android gradle plugin to 7.2.2
1 parent 86a3328 commit f152c8e

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,9 @@ See [windows workflow guide](https://github.com/axis-project/axis/issues/564)
106106
3. Start Android and choose [Open an existing Android Studio Project] and select ```axis\tests\cpp-tests\proj.android```
107107
4. Start Android Studio and Open [Tools][SDKManager], then switch to ```SDK Tools```, check the ```Show Package Details```, choose the following tools and click the button ```Apply``` to install them:
108108
* Android SDK Platform 33
109-
* Android Gradle Plugin (AGP) 7.2.0
109+
* Android Gradle Plugin (AGP) 7.2.2
110110
* Android SDK Build-Tools 30.0.3 match with AGP
111-
* Gradle 7.4.2
111+
* Gradle 7.4.2
112112
* NDK r23c+
113113
* CMake 3.22.1+
114114
5. Wait for ```Gradle sync``` finish.

README_CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
2. 启动 Android Studio并打开axis\tests\cpp-tests\proj.android
7373
3. 通过 [Tools][SdkManagers] 打开sdk管理工具,选择如下SDK Platforms和SDK Tools后, 点击按钮 ```Apply``` 一路跟着引导安装即可:
7474
* Android SDK Platform 33 (在SDK Platforms页签)
75-
* Android Gradle Plugin (AGP) 7.2.0
75+
* Android Gradle Plugin (AGP) 7.2.2
7676
* Android SDK Build-Tools 30.0.3 和 AGP 版本对应
7777
* Gradle 7.4.2
7878
* NDK r23c+

templates/cpp-template-default/proj.android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ buildscript {
77
}
88

99
dependencies {
10-
classpath 'com.android.tools.build:gradle:7.2.0'
10+
classpath 'com.android.tools.build:gradle:7.2.2'
1111

1212
// NOTE: Do not place your application dependencies here; they belong
1313
// in the individual module build.gradle files

templates/lua-template-default/frameworks/runtime-src/proj.android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ buildscript {
77
}
88

99
dependencies {
10-
classpath 'com.android.tools.build:gradle:7.2.0'
10+
classpath 'com.android.tools.build:gradle:7.2.2'
1111

1212
// NOTE: Do not place your application dependencies here; they belong
1313
// in the individual module build.gradle files

tests/cpp-tests/proj.android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ buildscript {
77
}
88

99
dependencies {
10-
classpath 'com.android.tools.build:gradle:7.2.0'
10+
classpath 'com.android.tools.build:gradle:7.2.2'
1111

1212
// NOTE: Do not place your application dependencies here; they belong
1313
// in the individual module build.gradle files

tests/fairygui-tests/proj.android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ buildscript {
77
}
88

99
dependencies {
10-
classpath 'com.android.tools.build:gradle:7.2.0'
10+
classpath 'com.android.tools.build:gradle:7.2.2'
1111

1212
// NOTE: Do not place your application dependencies here; they belong
1313
// in the individual module build.gradle files

tests/live2d-tests/proj.android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ buildscript {
77
}
88

99
dependencies {
10-
classpath 'com.android.tools.build:gradle:7.2.0'
10+
classpath 'com.android.tools.build:gradle:7.2.2'
1111

1212
// NOTE: Do not place your application dependencies here; they belong
1313
// in the individual module build.gradle files

tests/lua-tests/project/proj.android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ buildscript {
77
}
88

99
dependencies {
10-
classpath 'com.android.tools.build:gradle:7.2.0'
10+
classpath 'com.android.tools.build:gradle:7.2.2'
1111

1212
// NOTE: Do not place your application dependencies here; they belong
1313
// in the individual module build.gradle files

0 commit comments

Comments
 (0)