Skip to content

Commit

Permalink
Minify release build
Browse files Browse the repository at this point in the history
  • Loading branch information
razinj committed Oct 22, 2022
1 parent 3b2b6d0 commit bfdaa1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ android {
applicationId "com.razinj.context_launcher"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 5
versionName "1.4.1"
versionCode 6
versionName "1.4.2"
archivesBaseName = "context-launcher-v$versionName-$versionCode"
buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString()

Expand Down

0 comments on commit bfdaa1c

Please sign in to comment.