Skip to content

Commit

Permalink
fix: update Android NDK version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jei committed May 12, 2020
1 parent a0a8967 commit a0bd184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ android {
applicationId "me.jonus.tormentedplayer"
minSdkVersion 16
targetSdkVersion 28
ndkVersion "21.0.6113669"
ndkVersion "21.1.6352462"
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down

0 comments on commit a0bd184

Please sign in to comment.