mobile: update gradle config

This commit is contained in:
ammarahm-ed
2023-01-24 18:26:24 +05:00
parent 7907f03dd2
commit 26bc156323
4 changed files with 5 additions and 4 deletions

View File

@@ -46,6 +46,7 @@ export const useSplitInstallSessionState = () => {
const subscription = DeviceEventEmitter.addListener(
"onModuleLoaderStateUpdate",
(data: SplitInstallSessionState) => {
DatabaseLogger.log("onModuleLoaderStateUpdate" + data?.status);
setState(data);
}
);

View File

@@ -160,7 +160,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
multiDexEnabled true
versionCode 2027 + 1048576 * 4
versionCode 2028 + 1048576 * 4
versionName getNpmVersion()
testBuildType System.getProperty('testBuildType', 'debug')
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
@@ -299,7 +299,7 @@ android {
exclude "lib/**/libipcclientcerts.so"
exclude "lib/**/libfreebl3.so"
exclude "lib/**/libplugin-container.so"
exclude "lib/**/liblgpllibs.so"
//exclude "lib/**/liblgpllibs.so"
}
}

View File

@@ -30,7 +30,7 @@ android {
}
packagingOptions {
//exclude "lib/**/liblgpllibs.so"
exclude "lib/**/liblgpllibs.so"
jniLibs {
useLegacyPackaging = true
}

View File

@@ -1,6 +1,6 @@
{
"name": "@notesnook/mobile",
"version": "2.4.4",
"version": "2.4.5",
"private": true,
"license": "GPL-3.0-or-later",
"workspaces": [