Skip to content

Commit

Permalink
don't hardcode the ndk version
Browse files Browse the repository at this point in the history
  • Loading branch information
boxdot committed Jan 31, 2025
1 parent f74bf07 commit 14f8377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies {
android {
namespace = "im.phnx.prototype"
compileSdk = flutter.compileSdkVersion
ndkVersion = "25.1.8937393"
ndkVersion = flutter.ndkVersion

compileOptions {
sourceCompatibility = JavaVersion.VERSION_17
Expand Down

0 comments on commit 14f8377

Please sign in to comment.