Skip to content

Commit c8b3905

Browse files
committed
android: 0.6.12
1 parent 8130951 commit c8b3905

File tree

7 files changed

+12
-16
lines changed

7 files changed

+12
-16
lines changed

android/app/build.gradle

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ android {
9494
applicationId 'jp.nonbili.nora'
9595
minSdkVersion rootProject.ext.minSdkVersion
9696
targetSdkVersion rootProject.ext.targetSdkVersion
97-
versionCode 63
98-
versionName "0.6.11"
97+
versionCode 64
98+
versionName "0.6.12"
9999

100100
buildConfigField "String", "REACT_NATIVE_RELEASE_LEVEL", "\"${findProperty('reactNativeReleaseLevel') ?: 'stable'}\""
101101
resourceConfigurations += ["ar", "el", "en", "es", "fr", "it", "pl", "sv", "tr", "b+zh+Hans", "b+zh+Hant"]
@@ -107,22 +107,12 @@ android {
107107
keyAlias 'androiddebugkey'
108108
keyPassword 'android'
109109
}
110-
111-
release {
112-
storeFile file(NB_UPLOAD_STORE_FILE)
113-
storePassword NB_UPLOAD_STORE_PASSWORD
114-
keyAlias NB_UPLOAD_KEY_ALIAS
115-
keyPassword NB_UPLOAD_KEY_PASSWORD
116-
}
117-
}
110+
}
118111
buildTypes {
119112
debug {
120113
signingConfig signingConfigs.debug
121114
}
122115
release {
123-
// Caution! In production, you need to generate your own keystore file.
124-
// see https://reactnative.dev/docs/signed-apk-android.
125-
signingConfig signingConfigs.release
126116
def enableShrinkResources = findProperty('android.enableShrinkResourcesInReleaseBuilds') ?: 'false'
127117
shrinkResources enableShrinkResources.toBoolean()
128118
minifyEnabled enableMinifyInReleaseBuilds

metadata/en-US/changelogs/6404.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
- Add in-app language setting
2+
- Re-organize settings page
3+
- Support light mode
4+
- Support double back to exit app
5+
- Add setting to hide toolbar when scrolling
6+
- Support downloading TikTok video

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"name": "nora",
66
"private": true,
77
"main": "expo-router/entry",
8-
"version": "0.6.11",
9-
"versionCode": 63,
10-
"buildNumber": "12",
8+
"version": "0.6.12",
9+
"versionCode": 64,
10+
"buildNumber": "13",
1111
"scripts": {
1212
"bundle": "bun build --target browser content/main.ts --outfile assets/scripts/main.bjs",
1313
"bundle:es": "esbuild --bundle content/main.ts --outfile=assets/scripts/main.bjs",

0 commit comments

Comments
 (0)