Skip to content

Commit

Permalink
chore: fix ci
Browse files Browse the repository at this point in the history
Signed-off-by: James Clef <qwq233@qwq2333.top>
  • Loading branch information
qwq233 authored Jan 7, 2024
1 parent 5ea60de commit 49f10c3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions TMessagesProj/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -194,17 +194,14 @@ android {
}
}

ndk {
abiFilters += listOf("armeabi-v7a", "arm64-v8a")
}

buildConfigField("String", "BUILD_TIME", "\"${SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(Date())}\"")
}

splits {
abi {
isEnable = true
reset()
include("armeabi-v7a", "arm64-v8a")
}
}

Expand Down

0 comments on commit 49f10c3

Please sign in to comment.