mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-09-02 04:01:43 +02:00
mobile: update gradle config
This commit is contained in:
@@ -46,6 +46,7 @@ export const useSplitInstallSessionState = () => {
|
||||
const subscription = DeviceEventEmitter.addListener(
|
||||
"onModuleLoaderStateUpdate",
|
||||
(data: SplitInstallSessionState) => {
|
||||
DatabaseLogger.log("onModuleLoaderStateUpdate" + data?.status);
|
||||
setState(data);
|
||||
}
|
||||
);
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -30,7 +30,7 @@ android {
|
||||
}
|
||||
|
||||
packagingOptions {
|
||||
//exclude "lib/**/liblgpllibs.so"
|
||||
exclude "lib/**/liblgpllibs.so"
|
||||
jniLibs {
|
||||
useLegacyPackaging = true
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@notesnook/mobile",
|
||||
"version": "2.4.4",
|
||||
"version": "2.4.5",
|
||||
"private": true,
|
||||
"license": "GPL-3.0-or-later",
|
||||
"workspaces": [
|
||||
|
||||
Reference in New Issue
Block a user