소스 검색

Split bundle for smaller apk

pull/418/head
Guillaume Vincent 5 년 전
부모
커밋
3b19c478b8
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      mobile/android/app/build.gradle

+ 2
- 2
mobile/android/app/build.gradle 파일 보기

@@ -88,7 +88,7 @@ apply from: "../../node_modules/react-native/react.gradle"
* Upload all the APKs to the Play Store and people will download
* the correct one based on the CPU architecture of their device.
*/
def enableSeparateBuildPerCPUArchitecture = false
def enableSeparateBuildPerCPUArchitecture = true

/**
* Run Proguard to shrink the Java bytecode in release builds.
@@ -104,7 +104,7 @@ android {
}

defaultConfig {
applicationId "com.lesspass"
applicationId "com.lesspass.android"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode versionMajor * 10000 + versionMinor * 100 + versionPatch


불러오는 중...
취소
저장