Skip to content

Commit 36979f0

Browse files
committed
update the Android NDK to r28c
1 parent ef2f73c commit 36979f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

android.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ android {
6868
}
6969
flavorDimensions 'precision'
7070
namespace = groupID + '.libbulletjme'
71-
ndkVersion = '27.2.12479018' // r27c
71+
ndkVersion = '28.2.13676358' // r28c
7272
productFlavors {
7373
if (!project.hasProperty('flavor') || flavor == 'Dp') {
7474
Dp { // flavor with double-precision locations

0 commit comments

Comments
 (0)