Feature: Add workflow for push/PR checking (#1030)

* Chore: downgrade ndk version

* Fix: fix local.properties load

* Feature: add workflow for push/PR checking
This commit is contained in:
Kr328
2021-05-24 15:20:45 +08:00
parent 1a36218c80
commit 4f05ba1ac6
3 changed files with 38 additions and 7 deletions

View File

@@ -6,7 +6,7 @@ const val buildVersionName = "2.4.2"
const val buildMinSdkVersion = 21
const val buildTargetSdkVersion = 30
const val buildNdkVersion = "23.0.7123448"
const val buildNdkVersion = "22.1.7171670"
val Project.buildFlavor: String
get() {