diff --git a/README.md b/README.md index 729a64e010..350f7884a7 100644 --- a/README.md +++ b/README.md @@ -106,9 +106,9 @@ See [windows workflow guide](https://github.com/axis-project/axis/issues/564) 3. Start Android and choose [Open an existing Android Studio Project] and select ```axis\tests\cpp-tests\proj.android``` 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: * Android SDK Platform 33 - * Android Gradle Plugin (AGP) 7.2.0 + * Android Gradle Plugin (AGP) 7.2.2 * Android SDK Build-Tools 30.0.3 match with AGP - * Gradle 7.4.2 + * Gradle 7.4.2 * NDK r23c+ * CMake 3.22.1+ 5. Wait for ```Gradle sync``` finish. diff --git a/README_CN.md b/README_CN.md index 2f1c105fe4..e46fbd3242 100644 --- a/README_CN.md +++ b/README_CN.md @@ -72,7 +72,7 @@ 2. 启动 Android Studio并打开axis\tests\cpp-tests\proj.android 3. 通过 [Tools][SdkManagers] 打开sdk管理工具,选择如下SDK Platforms和SDK Tools后, 点击按钮 ```Apply``` 一路跟着引导安装即可: * Android SDK Platform 33 (在SDK Platforms页签) - * Android Gradle Plugin (AGP) 7.2.0 + * Android Gradle Plugin (AGP) 7.2.2 * Android SDK Build-Tools 30.0.3 和 AGP 版本对应 * Gradle 7.4.2 * NDK r23c+ diff --git a/templates/cpp-template-default/proj.android/build.gradle b/templates/cpp-template-default/proj.android/build.gradle index 5a44a79f98..b0965c7fe8 100644 --- a/templates/cpp-template-default/proj.android/build.gradle +++ b/templates/cpp-template-default/proj.android/build.gradle @@ -7,7 +7,7 @@ buildscript { } dependencies { - classpath 'com.android.tools.build:gradle:7.2.0' + classpath 'com.android.tools.build:gradle:7.2.2' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files diff --git a/templates/lua-template-default/frameworks/runtime-src/proj.android/build.gradle b/templates/lua-template-default/frameworks/runtime-src/proj.android/build.gradle index 5a44a79f98..b0965c7fe8 100644 --- a/templates/lua-template-default/frameworks/runtime-src/proj.android/build.gradle +++ b/templates/lua-template-default/frameworks/runtime-src/proj.android/build.gradle @@ -7,7 +7,7 @@ buildscript { } dependencies { - classpath 'com.android.tools.build:gradle:7.2.0' + classpath 'com.android.tools.build:gradle:7.2.2' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files diff --git a/tests/cpp-tests/proj.android/build.gradle b/tests/cpp-tests/proj.android/build.gradle index 5a44a79f98..b0965c7fe8 100644 --- a/tests/cpp-tests/proj.android/build.gradle +++ b/tests/cpp-tests/proj.android/build.gradle @@ -7,7 +7,7 @@ buildscript { } dependencies { - classpath 'com.android.tools.build:gradle:7.2.0' + classpath 'com.android.tools.build:gradle:7.2.2' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files diff --git a/tests/fairygui-tests/proj.android/build.gradle b/tests/fairygui-tests/proj.android/build.gradle index 5a44a79f98..b0965c7fe8 100644 --- a/tests/fairygui-tests/proj.android/build.gradle +++ b/tests/fairygui-tests/proj.android/build.gradle @@ -7,7 +7,7 @@ buildscript { } dependencies { - classpath 'com.android.tools.build:gradle:7.2.0' + classpath 'com.android.tools.build:gradle:7.2.2' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files diff --git a/tests/live2d-tests/proj.android/build.gradle b/tests/live2d-tests/proj.android/build.gradle index 5a44a79f98..b0965c7fe8 100644 --- a/tests/live2d-tests/proj.android/build.gradle +++ b/tests/live2d-tests/proj.android/build.gradle @@ -7,7 +7,7 @@ buildscript { } dependencies { - classpath 'com.android.tools.build:gradle:7.2.0' + classpath 'com.android.tools.build:gradle:7.2.2' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files diff --git a/tests/lua-tests/project/proj.android/build.gradle b/tests/lua-tests/project/proj.android/build.gradle index 5a44a79f98..b0965c7fe8 100644 --- a/tests/lua-tests/project/proj.android/build.gradle +++ b/tests/lua-tests/project/proj.android/build.gradle @@ -7,7 +7,7 @@ buildscript { } dependencies { - classpath 'com.android.tools.build:gradle:7.2.0' + classpath 'com.android.tools.build:gradle:7.2.2' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files