Skip to content

Commit 9fb5f34

Browse files
committed
Change jni to jniLibs
1 parent 394ae1c commit 9fb5f34

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

.circleci/config.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff 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: /.*/

aws-android-sdk-kinesisvideo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
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>

aws-android-sdk-lex/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
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>

0 commit comments

Comments
 (0)