Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
anpigon committed Jul 23, 2021
1 parent 92670dc commit 088b567
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ apply from: "../../node_modules/react-native-code-push/android/codepush.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.
Expand Down Expand Up @@ -140,8 +140,8 @@ android {
applicationId "com.mobilekeychain.steem"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 33
versionName "1.3.11"
versionCode 35
versionName "1.3.12"
multiDexEnabled true
missingDimensionStrategy 'react-native-camera', 'general'
resValue 'string', "CODE_PUSH_APK_BUILD_TIME", String.format("\"%d\"", System.currentTimeMillis())
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"scripts": {
"android": "react-native run-android",
"android-bundle": "rm -f android/app/build/outputs/bundle/release/app-release.aab && cd android && ./gradlew bundleRelease && cd ..",
"android-bundle:debug": "rm -f android/app/build/outputs/bundle/debug/app-debug.aab && cd android && ./gradlew bundleDebug && cd ..",
"android-assemble": "rm -f android/app/build/outputs/apk/release/app-release.apk && cd android && ./gradlew assembleRelease && cd ..",
"android-release": "react-native run-android --variant=release",
"android-release:stage": "react-native run-android --variant=releaseStaging",
Expand Down

0 comments on commit 088b567

Please sign in to comment.