File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 - uses : actions/checkout@v2
1212
1313 - name : Cache Gradle Files
14- uses : actions/cache@v2
14+ uses : actions/cache@v4.2.0
1515 with :
1616 path : |
1717 ~/.gradle/caches/
Original file line number Diff line number Diff line change 1818 uses : actions/checkout@v2
1919
2020 - name : Cache Gradle Files
21- uses : actions/cache@v2
21+ uses : actions/cache@v4.2.0
2222 with :
2323 path : |
2424 ~/.gradle/caches/
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ android {
2727 externalNativeBuild {
2828 cmake {
2929 path file(' src/main/cpp/CMakeLists.txt' )
30- version ' 3.18.1 '
30+ version ' 4.1.2 '
3131 }
3232 }
3333}
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ android {
4242 externalNativeBuild {
4343 cmake {
4444 path file(' src/main/cpp/CMakeLists.txt' )
45- version ' 3.10 .2'
45+ version ' 4.1 .2'
4646 }
4747 }
4848}
You can’t perform that action at this time.
0 commit comments