Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit 5efe176

Browse files
committed
Removes APK splitting from GooglePlay flavor since we are using Android App Bundle from now on.
1 parent af2b92e commit 5efe176

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

CedarMapsSampleApp/build.gradle

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ android {
77
applicationId "com.cedarmaps.sdksampleapp"
88
minSdkVersion 15
99
targetSdkVersion 29
10-
versionCode 98072910
10+
versionCode 98080410
1111
versionName "1.6.0"
1212

1313
vectorDrawables.useSupportLibrary = true
@@ -51,9 +51,6 @@ android {
5151
googlePlay {
5252
buildConfigField STRING, MARKET, GOOGLE_PLAY
5353
dimension "dimension"
54-
ndk {
55-
abiFilters "armeabi-v7a", "arm64-v8a", "x86", "x86_64"
56-
}
5754
}
5855

5956
cafeBazaar {

0 commit comments

Comments
 (0)