Skip to content

Commit

Permalink
Add aar, jar, jni so files
Browse files Browse the repository at this point in the history
  • Loading branch information
qiujuer committed Mar 11, 2016
1 parent 0bb6880 commit 2fcc72c
Show file tree
Hide file tree
Showing 10 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions blur/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* WebSite http://www.qiujuer.net
* Created 05/28/2015
* Changed 1/10/2016
* Version 1.0.0
* Version 2.0.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -26,8 +26,8 @@ android {
defaultConfig {
minSdkVersion 15
targetSdkVersion 23
versionCode 1
versionName "1.0"
versionCode 20
versionName "2.0"

ndk {
moduleName "genius_blur"
Expand Down
Binary file added release/blur-release.aar
Binary file not shown.
Binary file added release/libs/arm64-v8a/libgenius_blur.so
Binary file not shown.
Binary file added release/libs/armeabi-v7a/libgenius_blur.so
Binary file not shown.
Binary file added release/libs/armeabi/libgenius_blur.so
Binary file not shown.
Binary file added release/libs/blur.jar
Binary file not shown.
Binary file added release/libs/mips/libgenius_blur.so
Binary file not shown.
Binary file added release/libs/mips64/libgenius_blur.so
Binary file not shown.
Binary file added release/libs/x86/libgenius_blur.so
Binary file not shown.
Binary file added release/libs/x86_64/libgenius_blur.so
Binary file not shown.

0 comments on commit 2fcc72c

Please sign in to comment.