Skip to content

Commit 2790983

Browse files
committed
v1.1.2 Fixed x86 versions
1 parent eca59fc commit 2790983

17 files changed

+3
-3
lines changed

videokit/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ repositories {
55
mavenCentral()
66
}
77
group 'com.infullmobile.android'
8-
version '1.1.1'
8+
version '1.1.2'
99

1010
task sourceJar(type: Jar) {
1111
from android.sourceSets.main.java.srcDirs
@@ -74,7 +74,7 @@ android {
7474
minSdkVersion 10
7575
targetSdkVersion 25
7676
versionCode 3
77-
versionName "1.1.1"
77+
versionName "1.1.2"
7878
}
7979

8080
testOptions {
@@ -92,7 +92,7 @@ android {
9292
abi {
9393
enable true
9494
reset()
95-
include 'x86', 'armeabi', 'armeabi-v7a', 'mips', 'arm64-v8a', 'x86'
95+
include 'x86', 'armeabi', 'armeabi-v7a', 'arm64-v8a', 'x86', 'x86_64'
9696
universalApk true
9797
}
9898
}
-1.32 MB
Binary file not shown.
160 Bytes
Binary file not shown.
-26.1 KB
Binary file not shown.
7.69 KB
Binary file not shown.
-8 KB
Binary file not shown.
-28 KB
Binary file not shown.
-128 KB
Binary file not shown.
0 Bytes
Binary file not shown.
7.29 MB
Binary file not shown.

0 commit comments

Comments
 (0)