1
0
mirror of https://github.com/foobnix/LibreraReader.git synced 2025-10-06 00:02:43 +02:00

Support android 35,36 with edge to edge

This commit is contained in:
Ivan Ivanenko
2025-07-07 18:11:56 +03:00
parent e599499737
commit 43f1367252
4 changed files with 7 additions and 7 deletions

View File

@@ -7,14 +7,14 @@ else
if [ -z "$1" ]; then
echo "==[Testing]=="
if [ "$(uname)" == "Darwin" ]; then
APK=/Users/dev/Library/CloudStorage/Dropbox/FREE_PDF_APK/testing
APK=/Users/ivanivanenko/Library/CloudStorage/Dropbox/FREE_PDF_APK/testing
else
APK=/home/dev/Dropbox/FREE_PDF_APK/testing
fi
else
echo "==[$1]=="
if [ "$(uname)" == "Darwin" ]; then
APK=/Users/dev/Library/CloudStorage/Dropbox/FREE_PDF_APK/testing/$1
APK=/Users/ivanivanenko/Library/CloudStorage/Dropbox/FREE_PDF_APK/testing/$1
else
APK=/home/dev/Dropbox/FREE_PDF_APK/testing/$1
fi

View File

@@ -282,7 +282,7 @@ dependencies {
/** AndroidX **/
implementation 'androidx.cardview:cardview:1.0.0'
implementation 'androidx.multidex:multidex:2.0.1'
implementation 'androidx.recyclerview:recyclerview:1.4.0'
implementation 'androidx.recyclerview:recyclerview:1.3.2'
implementation 'androidx.work:work-runtime:2.10.2'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'androidx.appcompat:appcompat:1.7.1'

View File

@@ -1,5 +1,5 @@
#Mon Jul 07 18:01:29 EEST 2025
appCodeNumber=6234
#Mon Jul 07 18:09:46 EEST 2025
appCodeNumber=6238
appDB=8
appVersionNumberBase=8.9
appVersionNumberIndex=190
appVersionNumberIndex=191

View File

@@ -6,7 +6,7 @@ android {
compileSdk = project.compileSdk
defaultConfig {
minSdk = project.minSdk
minSdk = project.minFDroidSdk
targetSdk = project.targetSdk
}