Skip to content

Commit

Permalink
android: note future updates
Browse files Browse the repository at this point in the history
  • Loading branch information
radex committed Aug 8, 2024
1 parent 79eb71f commit 41ea68c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions native/androidTest/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ buildscript {
compileSdkVersion = 34
targetSdkVersion = 34
// We use NDK 23 which has both M1 support and is the side-by-side NDK version from AGP.
ndkVersion = "23.1.7779620"
kotlinVersion = '1.7.21'
ndkVersion = "23.1.7779620" // TODO: Update to 25.1.8937393?
kotlinVersion = '1.7.21' // TODO: Update to 1.8?
}

repositories {
Expand Down

0 comments on commit 41ea68c

Please sign in to comment.