Skip to content

Commit 9faf3b9

Browse files
PururunRawa
authored andcommittedDec 12, 2024
Remove specific ndk version
1 parent 6b81dc7 commit 9faf3b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎android/app/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ android {
3636
namespace = "net.mullvad.mullvadvpn"
3737
compileSdk = Versions.compileSdkVersion
3838
buildToolsVersion = Versions.buildToolsVersion
39-
ndkVersion = Versions.ndkVersion
39+
//ndkVersion = Versions.ndkVersion
4040

4141
defaultConfig {
4242
val localProperties = gradleLocalProperties(rootProject.projectDir, providers)

0 commit comments

Comments
 (0)