File tree 4 files changed +5
-5
lines changed
plugin/src/test/groovy/com/nishtahir
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -57,8 +57,8 @@ class NdkVersionTest extends AbstractTest {
57
57
ndkVersion << [
58
58
// Partial list of NDK versions supported by Github Actions, per
59
59
// https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2204-Readme.md
60
- " 25.2.9519653 " ,
61
- " 26 .2.11394342 " ,
60
+ " 26.3.11579264 " ,
61
+ " 27 .2.12479018 " ,
62
62
]
63
63
}
64
64
}
Original file line number Diff line number Diff line change @@ -275,7 +275,7 @@ class SimpleAndroidApp {
275
275
boolean kaptWorkersEnabled = true
276
276
277
277
VersionNumber androidVersion = Versions . latestAndroidVersion()
278
- VersionNumber ndkVersion = Versions . latestAndroidVersion() >= android(" 3.4.0" ) ? VersionNumber . parse(" 26.2.11394342 " ) : null
278
+ VersionNumber ndkVersion = Versions . latestAndroidVersion() >= android(" 3.4.0" ) ? VersionNumber . parse(" 26.3.11579264 " ) : null
279
279
280
280
VersionNumber kotlinVersion = VersionNumber . parse(" 1.3.72" )
281
281
File projectDir
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ apply plugin: 'org.mozilla.rust-android-gradle.rust-android'
17
17
18
18
android {
19
19
compileSdkVersion 27
20
- ndkVersion " 26.2.11394342 "
20
+ ndkVersion " 26.3.11579264 "
21
21
22
22
defaultConfig {
23
23
applicationId " com.nishtahir.androidrust"
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ apply plugin: 'org.mozilla.rust-android-gradle.rust-android'
17
17
18
18
android {
19
19
compileSdkVersion 27
20
- ndkVersion " 26.2.11394342 "
20
+ ndkVersion " 26.3.11579264 "
21
21
22
22
defaultConfig {
23
23
minSdkVersion 21
You can’t perform that action at this time.
0 commit comments