Skip to content

Commit

Permalink
update ndk version
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonid Pliushch committed Jun 17, 2020
1 parent 664ec43 commit 2224d91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {

android {
compileSdkVersion 28
ndkVersion '21.2.6472646'
ndkVersion '21.3.6528147'

dependencies {
implementation "androidx.annotation:annotation:1.1.0"
Expand Down
2 changes: 1 addition & 1 deletion terminal-emulator/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ext {

android {
compileSdkVersion 28
ndkVersion '21.2.6472646'
ndkVersion '21.3.6528147'

defaultConfig {
minSdkVersion 21
Expand Down

0 comments on commit 2224d91

Please sign in to comment.