Skip to content

Commit

Permalink
Use NDK 26, Update to 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nep-Timeline committed Sep 12, 2024
1 parent 4c9fb29 commit 6533cff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ android {
namespace = 'nep.timeline.cirno'
compileSdk 35

ndkVersion "27.0.12077973"
ndkVersion "26.3.11579264"

defaultConfig {
applicationId 'nep.timeline.cirno'
minSdk 31
targetSdk 35
versionCode 1
versionCode 2
versionName 'Baka'

externalNativeBuild {
Expand Down

0 comments on commit 6533cff

Please sign in to comment.