File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed
aws-android-sdk-kinesisvideo Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -369,9 +369,7 @@ workflows:
369369 tags :
370370 only : /^(release|beta)_v[0-9]+.[0-9]+.[0-9]+$/
371371
372- - release_maven :
373- requires :
374- - unittest
372+ - release_maven :
375373 filters :
376374 branches :
377375 ignore : /.*/
Original file line number Diff line number Diff line change 7979 <platform >${env.ANDROID_PLATFORM} </platform >
8080 <buildTools >${env.ANDROID_BUILDTOOL_VERSION} </buildTools >
8181 </sdk >
82- <nativeLibrariesDirectory >${project.basedir} /src/main/jni </nativeLibrariesDirectory >
82+ <nativeLibrariesDirectory >${project.basedir} /src/main/jniLibs </nativeLibrariesDirectory >
8383 </configuration >
8484 </plugin >
8585 <plugin >
Original file line number Diff line number Diff line change 7272 <platform >${env.ANDROID_PLATFORM} </platform >
7373 <buildTools >${env.ANDROID_BUILDTOOL_VERSION} </buildTools >
7474 </sdk >
75- <nativeLibrariesDirectory >${project.basedir} /src/main/jni </nativeLibrariesDirectory >
75+ <nativeLibrariesDirectory >${project.basedir} /src/main/jniLibs </nativeLibrariesDirectory >
7676 </configuration >
7777 </plugin >
7878 <plugin >
You can’t perform that action at this time.
0 commit comments