mirror of
https://github.com/fankes/termux-app.git
synced 2025-09-04 17:55:36 +08:00
set ndk version in build.gradle
Fixing CI builds.
This commit is contained in:
@@ -4,6 +4,7 @@ plugins {
|
||||
|
||||
android {
|
||||
compileSdkVersion 28
|
||||
ndkVersion '21.0.6113669'
|
||||
|
||||
dependencies {
|
||||
implementation "androidx.annotation:annotation:1.1.0"
|
||||
|
@@ -18,6 +18,7 @@ ext {
|
||||
|
||||
android {
|
||||
compileSdkVersion 28
|
||||
ndkVersion '21.0.6113669'
|
||||
|
||||
defaultConfig {
|
||||
minSdkVersion 21
|
||||
|
Reference in New Issue
Block a user