Skip to content

Commit

Permalink
Update NDK version
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelvcaetano committed Jan 30, 2025
1 parent 48bddfc commit cba1cee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/AppConfig.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ object AppConfig {
const val compileSdkVersion = 34
const val targetSdkVersion = compileSdkVersion
const val minSdkVersion = 24
const val ndkVersion = "25.1.8937393"
const val ndkVersion = "27.2.12479018"

const val versionCode = 32
const val versionName = "Beta 1.9.3"
Expand Down
1 change: 0 additions & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ dependencyResolutionManagement {

enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")

rootProject.name = "melonDS"
include(":app")
include(":common")
include(":masterswitch")
Expand Down

0 comments on commit cba1cee

Please sign in to comment.