Skip to content

Commit

Permalink
Bump NDK version to 21.0.6113669
Browse files Browse the repository at this point in the history
  • Loading branch information
koral-- committed Feb 10, 2020
1 parent 2dd7eea commit 210a282
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android-gif-drawable/build.gradle
Expand Up @@ -6,7 +6,7 @@ version = VERSION_NAME
group = GROUP

android {
ndkVersion '20.0.5594570'
ndkVersion '21.0.6113669'
compileSdkVersion versions.compileSdk

compileOptions {
Expand Down Expand Up @@ -92,4 +92,4 @@ task archiveSymbols(type: Tar) {
destinationDir = new File(buildDir, 'libs')
extension = 'tar.gz'
compression = Compression.GZIP
}
}

0 comments on commit 210a282

Please sign in to comment.