mobile: release v3.1.0-beta.3

This commit is contained in:
Ammar Ahmed
2025-03-29 14:43:14 +05:00
committed by Abdullah Atta
parent 6a9c4e087d
commit 0a64ba505d
3 changed files with 16066 additions and 8668 deletions

View File

@@ -121,7 +121,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
multiDexEnabled true
versionCode 3046
versionCode 3047
versionName getNpmVersion()
testBuildType System.getProperty('testBuildType', 'debug')
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'

View File

@@ -1,6 +1,6 @@
{
"name": "@notesnook/mobile",
"version": "3.1.0-beta.2",
"version": "3.1.0-beta.3",
"private": true,
"license": "GPL-3.0-or-later",
"workspaces": [

File diff suppressed because one or more lines are too long