Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion android/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
android {
namespace = "com.buildtoapp.ir_net"
compileSdk = flutter.compileSdkVersion
ndkVersion = "27.0.12077973" // todo: if you upgraded flutter make sure to change this back to flutter.ndkVersion
ndkVersion = "28.2.13676358" // todo: if you upgraded flutter make sure to change this back to flutter.ndkVersion

compileOptions {
sourceCompatibility = JavaVersion.VERSION_11
Expand Down
Loading