Skip to content

Commit

Permalink
UPDATE [v1.6.0] - Experimental
Browse files Browse the repository at this point in the history
- keys will now on the repository
- updated code for easy update on keys
- optimize code after test
- experimental update
  • Loading branch information
sheeshcake committed Mar 21, 2024
1 parent 94da0e2 commit d8f4c8e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1
versionName "1.5.1"
versionName "1.6.0"
buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString()

if (isNewArchitectureEnabled()) {
Expand Down
Binary file added builds/android/1.6.0-beta/app-release.apk
Binary file not shown.
2 changes: 1 addition & 1 deletion src/components/CreditsModal/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ const CreditsModal = ({ isOpen, onClose }) => {
color: colors.white,
marginBottom: 20
}}
>1.5.1 beta</Text>
>1.6.0 beta</Text>
<ScrollView>
<Text
style={{
Expand Down

0 comments on commit d8f4c8e

Please sign in to comment.