log for app.simple.inure:10603
== Installed Android Tools ==
2025-06-10 22:04:12,880 DEBUG: Reading 'config.yml'
2025-06-10 22:04:12,895 INFO: Creating log directory
2025-06-10 22:04:12,895 INFO: Creating temporary directory
2025-06-10 22:04:12,895 INFO: Creating output directory
2025-06-10 22:04:12,989 DEBUG: Getting git vcs interface for https://github.com/Hamza417/Inure.git
2025-06-10 22:04:12,989 DEBUG: Checking app.simple.inure:10603
2025-06-10 22:04:12,990 INFO: Building version build106.0.3 (10603) of app.simple.inure
2025-06-10 22:04:12,995 DEBUG: Popen(['git', 'log', '-n', '1', '--pretty=%ct'], cwd=/home/vagrant/build/app.simple.inure, universal_newlines=False, shell=None, istream=None)
2025-06-10 22:04:13,016 INFO: Running 'sudo' commands in /home/vagrant
2025-06-10 22:04:13,016 DEBUG: > sudo DEBIAN_FRONTEND=noninteractive bash -e -u -o pipefail -x -c export CPUS_MAX=16; export CPUS=$(getconf _NPROCESSORS_ONLN); for (( c=$CPUS_MAX; c<$CPUS; c++ )) ; do echo 0 > /sys/devices/system/cpu/cpu$c/online ; done
+ export CPUS_MAX=16
+ CPUS_MAX=16
++ getconf _NPROCESSORS_ONLN
+ export CPUS=20
+ CPUS=20
+ (( c=16 ))
+ (( c<20 ))
+ echo 0
+ (( c++ ))
+ (( c<20 ))
+ echo 0
+ (( c++ ))
+ (( c<20 ))
+ echo 0
+ (( c++ ))
+ (( c<20 ))
+ echo 0
+ (( c++ ))
+ (( c<20 ))
2025-06-10 22:04:13,425 DEBUG: > sudo passwd --lock root
passwd: password changed.
2025-06-10 22:04:14,731 DEBUG: > sudo SUDO_FORCE_REMOVE=yes dpkg --purge sudo
(Reading database ... 64067 files and directories currently installed.)
Removing sudo (1.9.13p3-1+deb12u1) ...
Purging configuration files for sudo (1.9.13p3-1+deb12u1) ...
dpkg: warning: while removing sudo, directory '/etc/sudoers.d' not empty so not removed
Processing triggers for libc-bin (2.36-9+deb12u10) ...
2025-06-10 22:04:29,043 INFO: Getting source for revision 8483be75a688af673bcd4ffb96a59bbae2205b92
2025-06-10 22:04:29,048 DEBUG: Directory: build/app.simple.inure
2025-06-10 22:04:29,048 DEBUG: > git rev-parse --show-toplevel
2025-06-10 22:04:29,259 DEBUG: Directory: build/app.simple.inure
2025-06-10 22:04:29,259 DEBUG: > git submodule foreach --recursive git reset --hard
2025-06-10 22:04:29,663 DEBUG: Directory: build/app.simple.inure
2025-06-10 22:04:29,664 DEBUG: > git reset --hard
2025-06-10 22:04:30,869 DEBUG: Directory: build/app.simple.inure
2025-06-10 22:04:30,870 DEBUG: > git submodule foreach --recursive git clean -dffx
2025-06-10 22:04:30,973 DEBUG: Directory: build/app.simple.inure
2025-06-10 22:04:30,973 DEBUG: > git clean -dffx
2025-06-10 22:04:31,076 DEBUG: Directory: build/app.simple.inure
2025-06-10 22:04:31,076 DEBUG: > git -c core.askpass=/bin/true -c core.sshCommand=/bin/false -c url.https://.insteadOf=ssh:// -c url.https://u:p@bitbucket.org/.insteadOf=git@bitbucket.org: -c url.https://u:p@bitbucket.org.insteadOf=git://bitbucket.org -c url.https://u:p@bitbucket.org.insteadOf=https://bitbucket.org -c url.https://u:p@github.com/.insteadOf=git@github.com: -c url.https://u:p@github.com.insteadOf=git://github.com -c url.https://u:p@github.com.insteadOf=https://github.com -c url.https://u:p@gitlab.com/.insteadOf=git@gitlab.com: -c url.https://u:p@gitlab.com.insteadOf=git://gitlab.com -c url.https://u:p@gitlab.com.insteadOf=https://gitlab.com -c url.https://u:p@codeberg.org/.insteadOf=git@codeberg.org: -c url.https://u:p@codeberg.org.insteadOf=git://codeberg.org -c url.https://u:p@codeberg.org.insteadOf=https://codeberg.org fetch --prune --prune-tags --force origin
2025-06-10 22:04:32,583 DEBUG: Directory: build/app.simple.inure
2025-06-10 22:04:32,583 DEBUG: > git -c core.askpass=/bin/true -c core.sshCommand=/bin/false -c url.https://.insteadOf=ssh:// -c url.https://u:p@bitbucket.org/.insteadOf=git@bitbucket.org: -c url.https://u:p@bitbucket.org.insteadOf=git://bitbucket.org -c url.https://u:p@bitbucket.org.insteadOf=https://bitbucket.org -c url.https://u:p@github.com/.insteadOf=git@github.com: -c url.https://u:p@github.com.insteadOf=git://github.com -c url.https://u:p@github.com.insteadOf=https://github.com -c url.https://u:p@gitlab.com/.insteadOf=git@gitlab.com: -c url.https://u:p@gitlab.com.insteadOf=git://gitlab.com -c url.https://u:p@gitlab.com.insteadOf=https://gitlab.com -c url.https://u:p@codeberg.org/.insteadOf=git@codeberg.org: -c url.https://u:p@codeberg.org.insteadOf=git://codeberg.org -c url.https://u:p@codeberg.org.insteadOf=https://codeberg.org fetch --prune --tags --force origin
2025-06-10 22:04:33,187 DEBUG: Directory: build/app.simple.inure
2025-06-10 22:04:33,188 DEBUG: > git remote set-head origin --auto
2025-06-10 22:04:33,893 DEBUG: Directory: build/app.simple.inure
2025-06-10 22:04:33,893 DEBUG: > git checkout -f 8483be75a688af673bcd4ffb96a59bbae2205b92
2025-06-10 22:04:34,898 DEBUG: Directory: build/app.simple.inure
2025-06-10 22:04:34,899 DEBUG: > git clean -dffx
2025-06-10 22:04:35,002 DEBUG: Directory: build/app.simple.inure
2025-06-10 22:04:35,002 DEBUG: > git rev-parse --show-toplevel
2025-06-10 22:04:35,205 DEBUG: Directory: build/app.simple.inure
2025-06-10 22:04:35,206 DEBUG: > git submodule deinit --all --force
2025-06-10 22:04:35,308 INFO: Collecting source libraries
2025-06-10 22:04:35,350 DEBUG: Removing debuggable flags from build/srclib/shizuku
2025-06-10 22:04:35,382 DEBUG: Directory: build/srclib/shizuku
2025-06-10 22:04:35,382 DEBUG: > bash -e -u -o pipefail -x -c -- git -c 'url.https://u:p@github.com/.insteadOf=git@github.com:' submodule update --init
/etc/bash.bashrc: line 7: PS1: unbound variable
+ git -c url.https://u:p@github.com/.insteadOf=git@github.com: submodule update --init
Submodule 'api' (git@github.com:RikkaApps/Shizuku-API.git) registered for path 'api'
Cloning into '/home/vagrant/build/srclib/shizuku/api'...
Submodule path 'api': checked out '01e08879d58a5cb11a333535c6ddce9f7b7c88ff'
2025-06-10 22:04:36,789 INFO: Creating local.properties file at build/app.simple.inure/local.properties
2025-06-10 22:04:36,792 INFO: Creating local.properties file at build/app.simple.inure/app/local.properties
2025-06-10 22:04:36,792 DEBUG: Removing debuggable flags from build/app.simple.inure/app
2025-06-10 22:04:36,833 INFO: Removing specified files
2025-06-10 22:04:36,834 INFO: Removing app/src/main/assets/rish/rish_shizuku.dex
2025-06-10 22:04:36,835 INFO: Removing app/src/play/assets/rish/rish_shizuku.dex
2025-06-10 22:04:36,835 INFO: Removing app/src/beta/assets/rish/rish_shizuku.dex
2025-06-10 22:04:36,862 INFO: Cleaned build.gradle of keysigning configs at build/app.simple.inure/app/build.gradle
2025-06-10 22:04:36,893 INFO: Running 'prebuild' commands in build/app.simple.inure/app
2025-06-10 22:04:36,893 DEBUG: Directory: build/app.simple.inure/app
2025-06-10 22:04:36,893 DEBUG: > bash -e -u -o pipefail -x -c -- sed -i -e '/if (signingConfigs.release/,/}/d' -e 's|cppFlags ""|cFlags "-ffile-prefix-map=${rootDir}=/home/runner/work/Inure/Inure -ffile-prefix-map=/opt/android-sdk=/usr/local/lib/android/sdk -Wl,--hash-style=gnu"\ncppFlags "-ffile-prefix-map=${rootDir}=/home/runner/work/Inure/Inure -ffile-prefix-map=/opt/android-sdk=/usr/local/lib/android/sdk -Wl,--hash-style=gnu"|' build.gradle
/etc/bash.bashrc: line 7: PS1: unbound variable
+ sed -i -e '/if (signingConfigs.release/,/}/d' -e 's|cppFlags ""|cFlags "-ffile-prefix-map=${rootDir}=/home/runner/work/Inure/Inure -ffile-prefix-map=/opt/android-sdk=/usr/local/lib/android/sdk -Wl,--hash-style=gnu"\ncppFlags "-ffile-prefix-map=${rootDir}=/home/runner/work/Inure/Inure -ffile-prefix-map=/opt/android-sdk=/usr/local/lib/android/sdk -Wl,--hash-style=gnu"|' build.gradle
2025-06-10 22:04:37,096 INFO: Cleaning Gradle project...
2025-06-10 22:04:37,096 DEBUG: Directory: build/app.simple.inure/app
2025-06-10 22:04:37,096 DEBUG: > /home/vagrant/fdroidserver/gradlew-fdroid clean
Found 8.11.1 via distributionUrl
Downloading missing gradle version 8.11.1
cachedir /home/vagrant/.cache/fdroidserver
/home/vagrant/.cache/fdroidserver/gradle-8.11.1-bin.zip: OK
Running /opt/gradle/versions/8.11.1/bin/gradle clean
Welcome to Gradle 8.11.1!
Here are the highlights of this release:
- Parallel load and store for Configuration Cache
- Java compilation errors at the end of the build output
- Consolidated report for warnings and deprecations
For more details see https://docs.gradle.org/8.11.1/release-notes.html
To honour the JVM settings for this build a single-use Daemon process will be forked. For more on this, please refer to https://docs.gradle.org/8.11.1/userguide/gradle_daemon.html#sec:disabling_the_daemon in the Gradle documentation.
Daemon will be stopped at the end of the build
Calculating task graph as no cached configuration is available for tasks: clean
> Configure project :app
Exception while marshalling /opt/android-sdk/platforms/android-10/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-11/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-12/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-13/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-14/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-15/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-16/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-17/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-18/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-19/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-20/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-21/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-22/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-23/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-24/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-25/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-26/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-27/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-28/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-29/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-30/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-31/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-32/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-33/package.xml. Probably the SDK is read-only
Checking the license for package NDK (Side by side) 25.2.9519653 in /opt/android-sdk/licenses
License for package NDK (Side by side) 25.2.9519653 accepted.
Preparing "Install NDK (Side by side) 25.2.9519653 v.25.2.9519653".
"Install NDK (Side by side) 25.2.9519653 v.25.2.9519653" ready.
Installing NDK (Side by side) 25.2.9519653 in /opt/android-sdk/ndk/25.2.9519653
"Install NDK (Side by side) 25.2.9519653 v.25.2.9519653" complete.
"Install NDK (Side by side) 25.2.9519653 v.25.2.9519653" finished.
> Task :app:externalNativeBuildCleanGithubDebug
> Task :app:externalNativeBuildCleanPlayRelease
> Task :app:externalNativeBuildCleanPlayDebug
> Task :app:externalNativeBuildCleanGithubRelease
> Task :app:clean UP-TO-DATE
BUILD SUCCESSFUL in 3m 6s
5 actionable tasks: 4 executed, 1 up-to-date
Configuration cache entry stored.
2025-06-10 22:07:50,496 INFO: Scanning source for common problems...
2025-06-10 22:07:50,518 DEBUG: scanner is configured to use signature data from: 'suss'
2025-06-10 22:07:50,519 DEBUG: downloading 'https://fdroid.gitlab.io/fdroid-suss/suss.json'
2025-06-10 22:07:51,097 DEBUG: write 'suss.json' to cache
2025-06-10 22:07:51,101 DEBUG: next suss.json cache update due in 23:59:59.986468
2025-06-10 22:07:51,250 INFO: Removing gradle-wrapper.jar at gradle/wrapper/gradle-wrapper.jar
2025-06-10 22:07:51,435 INFO: Ignoring DexClassLoader at app/src/main/java/app/simple/inure/trackers/dex/DexLoaderBuilder.java
2025-06-10 22:07:51,503 INFO: Creating source tarball...
2025-06-10 22:07:57,742 INFO: Running 'build' commands in build/app.simple.inure/app
2025-06-10 22:07:57,743 DEBUG: Directory: build/app.simple.inure/app
2025-06-10 22:07:57,743 DEBUG: > bash -e -u -o pipefail -x -c appdir=$(pwd); cd /home/vagrant/build/srclib/shizuku/shell; sed -i -e "s|into dexPath|into '$appdir/src/main/assets/rish/'|" build.gradle; sed -i -e '/:manager/d' ../settings.gradle; gradle assembleRelease
/etc/bash.bashrc: line 7: PS1: unbound variable
++ pwd
+ appdir=/home/vagrant/build/app.simple.inure/app
+ cd /home/vagrant/build/srclib/shizuku/shell
+ sed -i -e 's|into dexPath|into '\''/home/vagrant/build/app.simple.inure/app/src/main/assets/rish/'\''|' build.gradle
+ sed -i -e /:manager/d ../settings.gradle
+ gradle assembleRelease
Found 8.0 via distributionUrl
Downloading missing gradle version 8.0
cachedir
/tmp/tmp.NyRLAqflTJ/gradle-8.0-bin.zip: OK
Running /opt/gradle/versions/8.0/bin/gradle assembleRelease
Welcome to Gradle 8.0!
For more details see https://docs.gradle.org/8.0/release-notes.html
To honour the JVM settings for this build a single-use Daemon process will be forked. See https://docs.gradle.org/8.0/userguide/gradle_daemon.html#sec:disabling_the_daemon.
Daemon will be stopped at the end of the build
> Configure project :aidl
WARNING: The option setting 'android.enableParallelJsonGen=true' is experimental.
The current default is 'false'.
> Configure project :rish
This version only understands SDK XML versions up to 3 but an SDK XML file of version 4 was encountered. This can happen if you use versions of Android Studio and the command-line tools that were released at different times.
Exception while marshalling /opt/android-sdk/platforms/android-10/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-11/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-12/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-13/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-14/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-15/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-16/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-17/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-18/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-19/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-20/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-21/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-22/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-23/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-24/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-25/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-26/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-27/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-28/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-29/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-30/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-31/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-32/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-33/package.xml. Probably the SDK is read-only
Checking the license for package NDK (Side by side) 25.1.8937393 in /opt/android-sdk/licenses
License for package NDK (Side by side) 25.1.8937393 accepted.
Preparing "Install NDK (Side by side) 25.1.8937393 (revision: 25.1.8937393)".
"Install NDK (Side by side) 25.1.8937393 (revision: 25.1.8937393)" ready.
Installing NDK (Side by side) 25.1.8937393 in /opt/android-sdk/ndk/25.1.8937393
"Install NDK (Side by side) 25.1.8937393 (revision: 25.1.8937393)" complete.
"Install NDK (Side by side) 25.1.8937393 (revision: 25.1.8937393)" finished.
> Task :shell:preBuild UP-TO-DATE
> Task :shell:preReleaseBuild UP-TO-DATE
> Task :shell:mergeReleaseJniLibFolders
> Task :shell:mergeReleaseNativeLibs NO-SOURCE
> Task :shell:stripReleaseDebugSymbols NO-SOURCE
> Task :shell:extractReleaseNativeSymbolTables NO-SOURCE
> Task :shell:mergeReleaseNativeDebugMetadata NO-SOURCE
> Task :shell:checkReleaseDuplicateClasses
> Task :shell:extractProguardFiles
> Task :shell:compileReleaseAidl NO-SOURCE
> Task :shell:mergeReleaseArtProfile
> Task :shell:generateReleaseBuildConfig
> Task :shell:javaPreCompileRelease
> Task :shell:checkReleaseAarMetadata
> Task :shell:generateReleaseResValues
> Task :shell:mapReleaseSourceSetPaths
> Task :shell:generateReleaseResources
> Task :shell:mergeReleaseResources
> Task :shell:createReleaseCompatibleScreenManifests
> Task :shell:extractDeepLinksRelease
> Task :shell:processReleaseMainManifest
> Task :shell:processReleaseManifest
> Task :shell:processReleaseJavaRes NO-SOURCE
> Task :shell:mergeReleaseShaders
> Task :shell:compileReleaseShaders NO-SOURCE
> Task :shell:generateReleaseAssets UP-TO-DATE
> Task :shell:mergeReleaseAssets
> Task :shell:compressReleaseAssets
> Task :shell:writeReleaseAppMetadata
> Task :shell:writeReleaseSigningConfigVersions
> Task :shell:processReleaseManifestForPackage
> Task :shell:mergeReleaseJavaResource
> Task :shell:processReleaseResources
> Task :shell:compileReleaseJavaWithJavac
Note: /home/vagrant/build/srclib/shizuku/shell/src/main/java/rikka/shizuku/shell/ShizukuShellLoader.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
> Task :shell:transformReleaseClassesWithAsm
> Task :shell:mergeReleaseGeneratedProguardFiles
> Task :shell:optimizeReleaseResources
> Task :shell:minifyReleaseWithR8
> Task :shell:compileReleaseArtProfile
> Task :shell:packageRelease
> Task :shell:createReleaseApkListingFileRedirect
> Task :shell:assembleRelease
BUILD SUCCESSFUL in 3m 29s
31 actionable tasks: 31 executed
2025-06-10 22:11:33,536 INFO: Building Gradle project...
2025-06-10 22:11:33,537 DEBUG: Directory: build/app.simple.inure/app
2025-06-10 22:11:33,537 DEBUG: > /home/vagrant/fdroidserver/gradlew-fdroid assembleGithubRelease
Found 8.11.1 via distributionUrl
Running /opt/gradle/versions/8.11.1/bin/gradle assembleGithubRelease
To honour the JVM settings for this build a single-use Daemon process will be forked. For more on this, please refer to https://docs.gradle.org/8.11.1/userguide/gradle_daemon.html#sec:disabling_the_daemon in the Gradle documentation.
Daemon will be stopped at the end of the build
Calculating task graph as no cached configuration is available for tasks: assembleGithubRelease
Exception while marshalling /opt/android-sdk/platforms/android-10/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-11/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-12/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-13/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-14/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-15/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-16/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-17/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-18/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-19/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-20/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-21/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-22/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-23/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-24/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-25/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-26/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-27/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-28/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-29/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-30/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-31/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-32/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-33/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-10/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-11/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-12/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-13/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-14/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-15/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-16/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-17/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-18/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-19/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-20/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-21/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-22/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-23/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-24/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-25/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-26/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-27/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-28/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-29/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-30/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-31/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-32/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-33/package.xml. Probably the SDK is read-only
Checking the license for package Android SDK Build-Tools 35 in /opt/android-sdk/licenses
License for package Android SDK Build-Tools 35 accepted.
Preparing "Install Android SDK Build-Tools 35 v.35.0.0".
"Install Android SDK Build-Tools 35 v.35.0.0" ready.
Installing Android SDK Build-Tools 35 in /opt/android-sdk/build-tools/35.0.0
"Install Android SDK Build-Tools 35 v.35.0.0" complete.
"Install Android SDK Build-Tools 35 v.35.0.0" finished.
Checking the license for package Android SDK Platform 35 in /opt/android-sdk/licenses
License for package Android SDK Platform 35 accepted.
Preparing "Install Android SDK Platform 35 (revision 2)".
"Install Android SDK Platform 35 (revision 2)" ready.
Installing Android SDK Platform 35 in /opt/android-sdk/platforms/android-35
"Install Android SDK Platform 35 (revision 2)" complete.
"Install Android SDK Platform 35 (revision 2)" finished.
Exception while marshalling /opt/android-sdk/platforms/android-10/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-11/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-12/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-13/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-14/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-15/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-16/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-17/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-18/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-19/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-20/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-21/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-22/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-23/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-24/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-25/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-26/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-27/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-28/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-29/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-30/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-31/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-32/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-33/package.xml. Probably the SDK is read-only
[========= ] 25%
[========= ] 25% Fetch remote repository...
[=======================================] 100% Fetch remote repository...
> Task :app:preBuild UP-TO-DATE
> Task :stub:preBuild UP-TO-DATE
> Task :app:checkKotlinGradlePluginConfigurationErrors SKIPPED
> Task :app:prePlayReleaseBuild UP-TO-DATE
> Task :app:preGithubReleaseBuild UP-TO-DATE
> Task :stub:preReleaseBuild UP-TO-DATE
> Task :stub:generateReleaseResValues
> Task :app:generateGithubReleaseBuildConfig
> Task :stub:extractProguardFiles
> Task :app:createGithubReleaseCompatibleScreenManifests
> Task :stub:generateReleaseResources
> Task :app:generateGithubReleaseResValues
> Task :app:buildKotlinToolingMetadata
> Task :stub:packageReleaseResources
> Task :app:extractDeepLinksGithubRelease
> Task :app:generateGithubReleaseResources
> Task :app:configureCMakeRelWithDebInfo[armeabi-v7a]
Checking the license for package CMake 3.22.1 in /opt/android-sdk/licenses
License for package CMake 3.22.1 accepted.
Preparing "Install CMake 3.22.1 v.3.22.1".
> Task :app:javaPreCompileGithubRelease
> Task :stub:prepareLintJarForPublish
> Task :app:mergeGithubReleaseStartupProfile
> Task :app:mergeGithubReleaseShaders
> Task :app:compileGithubReleaseShaders NO-SOURCE
> Task :app:generateGithubReleaseAssets UP-TO-DATE
> Task :stub:javaPreCompileRelease
> Task :app:mergeGithubReleaseJniLibFolders
> Task :app:extractProguardFiles
> Task :app:mapGithubReleaseSourceSetPaths
> Task :app:mergeGithubReleaseArtProfile
> Task :stub:mergeReleaseJniLibFolders
> Task :stub:mergeReleaseNativeLibs NO-SOURCE
> Task :stub:stripReleaseDebugSymbols NO-SOURCE
> Task :stub:copyReleaseJniLibsProjectAndLocalJars
> Task :stub:extractDeepLinksForAarRelease
> Task :stub:parseReleaseLocalResources
> Task :stub:processReleaseManifest
> Task :stub:prepareReleaseArtProfile
> Task :app:extractGithubReleaseVersionControlInfo
> Task :stub:writeReleaseLintModelMetadata
> Task :app:writeGithubReleaseAppMetadata
> Task :stub:mergeReleaseShaders
> Task :stub:compileReleaseShaders NO-SOURCE
> Task :stub:generateReleaseAssets UP-TO-DATE
> Task :stub:writeReleaseAarMetadata
> Task :stub:mergeReleaseAssets
> Task :app:mergeGithubReleaseAssets
> Task :app:writeGithubReleaseSigningConfigVersions
> Task :stub:generateReleaseRFile
> Task :app:checkGithubReleaseAarMetadata
> Task :app:compressGithubReleaseAssets
> Task :app:checkGithubReleaseDuplicateClasses
> Task :app:configureCMakeRelWithDebInfo[armeabi-v7a]
"Install CMake 3.22.1 v.3.22.1" ready.
Installing CMake 3.22.1 in /opt/android-sdk/cmake/3.22.1
"Install CMake 3.22.1 v.3.22.1" complete.
"Install CMake 3.22.1 v.3.22.1" finished.
> Task :app:compileGithubReleaseAidl
> Task :app:processGithubReleaseMainManifest
> Task :app:processGithubReleaseManifest
> Task :app:processGithubReleaseManifestForPackage
> Task :app:configureCMakeRelWithDebInfo[x86_64]
> Task :app:configureCMakeRelWithDebInfo[x86]
> Task :app:configureCMakeRelWithDebInfo[arm64-v8a]
C/C++: ninja: Entering directory `/home/vagrant/build/app.simple.inure/app/.cxx/RelWithDebInfo/301n4640/arm64-v8a'
C/C++: clang++: warning: -Wl,--hash-style=gnu: 'linker' input unused [-Wunused-command-line-argument]
C/C++: [2/7] Building CXX object CMakeFiles/inure_su.dir/root_proc.cpp.o
C/C++: clang++: warning: -Wl,--hash-style=gnu: 'linker' input unused [-Wunused-command-line-argument]
C/C++: [3/7] Building CXX object CMakeFiles/inure_terminal_emulator.dir/fileCompat.cpp.o
C/C++: clang++: warning: -Wl,--hash-style=gnu: 'linker' input unused [-Wunused-command-line-argument]
C/C++: [4/7] Building CXX object CMakeFiles/inure_terminal_emulator.dir/termExec.cpp.o
C/C++: clang++: warning: -Wl,--hash-style=gnu: 'linker' input unused [-Wunused-command-line-argument]
C/C++: [5/7] Linking CXX shared library /home/vagrant/build/app.simple.inure/app/build/intermediates/cxx/RelWithDebInfo/301n4640/obj/arm64-v8a/libinure_su.so
C/C++: [6/7] Building CXX object CMakeFiles/inure_terminal_emulator.dir/process.cpp.o
C/C++: clang++: warning: -Wl,--hash-style=gnu: 'linker' input unused [-Wunused-command-line-argument]
C/C++: [7/7] Linking CXX shared library /home/vagrant/build/app.simple.inure/app/build/intermediates/cxx/RelWithDebInfo/301n4640/obj/arm64-v8a/libinure_terminal_emulator.so
> Task :app:buildCMakeRelWithDebInfo[arm64-v8a]
C/C++: ninja: Entering directory `/home/vagrant/build/app.simple.inure/app/.cxx/RelWithDebInfo/301n4640/x86'
C/C++: clang++: warning: -Wl,--hash-style=gnu: 'linker' input unused [-Wunused-command-line-argument]
C/C++: [2/7] Building CXX object CMakeFiles/inure_su.dir/root_proc.cpp.o
C/C++: clang++: warning: -Wl,--hash-style=gnu: 'linker' input unused [-Wunused-command-line-argument]
C/C++: [3/7] Building CXX object CMakeFiles/inure_terminal_emulator.dir/common.cpp.o
C/C++: clang++: warning: -Wl,--hash-style=gnu: 'linker' input unused [-Wunused-command-line-argument]
C/C++: [4/7] Linking CXX shared library /home/vagrant/build/app.simple.inure/app/build/intermediates/cxx/RelWithDebInfo/301n4640/obj/x86/libinure_su.so
C/C++: [5/7] Building CXX object CMakeFiles/inure_terminal_emulator.dir/termExec.cpp.o
C/C++: clang++: warning: -Wl,--hash-style=gnu: 'linker' input unused [-Wunused-command-line-argument]
C/C++: [6/7] Building CXX object CMakeFiles/inure_terminal_emulator.dir/process.cpp.o
C/C++: clang++: warning: -Wl,--hash-style=gnu: 'linker' input unused [-Wunused-command-line-argument]
C/C++: [7/7] Linking CXX shared library /home/vagrant/build/app.simple.inure/app/build/intermediates/cxx/RelWithDebInfo/301n4640/obj/x86/libinure_terminal_emulator.so
> Task :app:buildCMakeRelWithDebInfo[x86]
> Task :app:desugarGithubReleaseFileDependencies
C/C++: ninja: Entering directory `/home/vagrant/build/app.simple.inure/app/.cxx/RelWithDebInfo/301n4640/armeabi-v7a'
C/C++: clang++: warning: -Wl,--hash-style=gnu: 'linker' input unused [-Wunused-command-line-argument]
C/C++: [2/7] Building CXX object CMakeFiles/inure_terminal_emulator.dir/common.cpp.o
C/C++: clang++: warning: -Wl,--hash-style=gnu: 'linker' input unused [-Wunused-command-line-argument]
C/C++: [3/7] Building CXX object CMakeFiles/inure_terminal_emulator.dir/fileCompat.cpp.o
C/C++: clang++: warning: -Wl,--hash-style=gnu: 'linker' input unused [-Wunused-command-line-argument]
C/C++: [4/7] Linking CXX shared library /home/vagrant/build/app.simple.inure/app/build/intermediates/cxx/RelWithDebInfo/301n4640/obj/armeabi-v7a/libinure_su.so
C/C++: [5/7] Building CXX object CMakeFiles/inure_terminal_emulator.dir/termExec.cpp.o
C/C++: clang++: warning: -Wl,--hash-style=gnu: 'linker' input unused [-Wunused-command-line-argument]
C/C++: [6/7] Building CXX object CMakeFiles/inure_terminal_emulator.dir/process.cpp.o
C/C++: clang++: warning: -Wl,--hash-style=gnu: 'linker' input unused [-Wunused-command-line-argument]
C/C++: [7/7] Linking CXX shared library /home/vagrant/build/app.simple.inure/app/build/intermediates/cxx/RelWithDebInfo/301n4640/obj/armeabi-v7a/libinure_terminal_emulator.so
> Task :app:buildCMakeRelWithDebInfo[armeabi-v7a]
C/C++: ninja: Entering directory `/home/vagrant/build/app.simple.inure/app/.cxx/RelWithDebInfo/301n4640/x86_64'
C/C++: clang++: warning: -Wl,--hash-style=gnu: 'linker' input unused [-Wunused-command-line-argument]
C/C++: [2/7] Building CXX object CMakeFiles/inure_terminal_emulator.dir/common.cpp.o
C/C++: clang++: warning: -Wl,--hash-style=gnu: 'linker' input unused [-Wunused-command-line-argument]
C/C++: [3/7] Building CXX object CMakeFiles/inure_su.dir/root_proc.cpp.o
C/C++: clang++: warning: -Wl,--hash-style=gnu: 'linker' input unused [-Wunused-command-line-argument]
C/C++: [4/7] Linking CXX shared library /home/vagrant/build/app.simple.inure/app/build/intermediates/cxx/RelWithDebInfo/301n4640/obj/x86_64/libinure_su.so
C/C++: [5/7] Building CXX object CMakeFiles/inure_terminal_emulator.dir/termExec.cpp.o
C/C++: clang++: warning: -Wl,--hash-style=gnu: 'linker' input unused [-Wunused-command-line-argument]
C/C++: [6/7] Building CXX object CMakeFiles/inure_terminal_emulator.dir/process.cpp.o
C/C++: clang++: warning: -Wl,--hash-style=gnu: 'linker' input unused [-Wunused-command-line-argument]
C/C++: [7/7] Linking CXX shared library /home/vagrant/build/app.simple.inure/app/build/intermediates/cxx/RelWithDebInfo/301n4640/obj/x86_64/libinure_terminal_emulator.so
> Task :app:buildCMakeRelWithDebInfo[x86_64]
> Task :stub:compileReleaseJavaWithJavac
warning: Supported source version 'RELEASE_11' from annotation processor 'org.gradle.api.internal.tasks.compile.processing.TimeTrackingProcessor' less than -source '17'
1 warning
> Task :stub:extractReleaseAnnotations
> Task :app:mergeGithubReleaseResources
> Task :app:expandGithubReleaseL8ArtProfileWildcards
> Task :app:mergeGithubReleaseNativeLibs
> Task :stub:bundleLibRuntimeToJarRelease
> Task :stub:processReleaseJavaRes
> Task :stub:createFullJarRelease
> Task :stub:mergeReleaseGeneratedProguardFiles
> Task :stub:mergeReleaseConsumerProguardFiles
> Task :stub:generateReleaseLintVitalModel
> Task :stub:generateReleaseLintModel
> Task :stub:bundleLibCompileToJarRelease
> Task :app:stripGithubReleaseDebugSymbols
> Task :app:extractGithubReleaseNativeSymbolTables
> Task :app:mergeGithubReleaseNativeDebugMetadata NO-SOURCE
> Task :stub:mergeReleaseJavaResource
> Task :stub:syncReleaseLibJars
> Task :stub:bundleReleaseLocalLintAar
> Task :app:mergeExtDexGithubRelease
> Task :app:processGithubReleaseResources
> Task :stub:lintVitalAnalyzeRelease
> Task :app:optimizeGithubReleaseResources
> Task :app:kspGithubReleaseKotlin
w: [ksp] LibraryGlideModules [] are included more than once, keeping only one!
> Task :app:kaptGenerateStubsGithubReleaseKotlin
w: Kapt currently doesn't support language version 2.0+. Falling back to 1.9.
> Task :app:kaptGithubReleaseKotlin
warning: Supported source version 'RELEASE_11' from annotation processor 'org.jetbrains.kotlin.kapt3.base.ProcessorWrapper' less than -source '17'
[WARN] Incremental annotation processing requested, but support is disabled because the following processors are not incremental: dev.rikka.tools.refine.RefineProcessor (DYNAMIC).
> Task :app:compileGithubReleaseKotlin
w: file:///home/vagrant/build/app.simple.inure/app/src/main/java/app/simple/inure/viewmodels/installer/InstallerViewModel.kt:324:49 This synthetic property is based on the getter function 'fun getApplication(): Application' from Kotlin. In the future, synthetic properties will be available only if the base getter function came from Java. Consider replacing this property access with a 'getApplication()' function call.
> Task :app:compileGithubReleaseJavaWithJavac
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
> Task :app:processGithubReleaseJavaRes
> Task :app:generateGithubReleaseLintVitalReportModel
> Task :app:mergeGithubReleaseJavaResource
> Task :app:lintVitalAnalyzeGithubRelease
> Task :app:transformGithubReleaseClassesWithAsm
> Task :app:dexBuilderGithubRelease
> Task :app:mergeGithubReleaseGlobalSynthetics
> Task :app:mergeDexGithubRelease
> Task :app:l8DexDesugarLibGithubRelease
> Task :app:compileGithubReleaseArtProfile
> Task :app:lintVitalReportGithubRelease
> Task :app:lintVitalGithubRelease
> Task :app:packageGithubRelease
> Task :app:assembleGithubRelease
> Task :app:createGithubReleaseApkListingFileRedirect
[Incubating] Problems report is available at: file:///home/vagrant/build/app.simple.inure/build/reports/problems/problems-report.html
BUILD SUCCESSFUL in 12m 11s
91 actionable tasks: 91 executed
Configuration cache entry stored.
2025-06-10 22:23:46,214 INFO: Successfully built version build106.0.3 of app.simple.inure from 8483be75a688af673bcd4ffb96a59bbae2205b92
2025-06-10 22:23:46,524 DEBUG: Checking build/app.simple.inure/app/build/outputs/apk/github/release/app-github-release-unsigned.apk
2025-06-10 22:23:46,629 INFO: Created directory for storing developer supplied reference binaries: 'unsigned/binaries'
2025-06-10 22:23:46,629 INFO: ...retrieving https://github.com/Hamza417/Inure/releases/download/build106.0.3/app-github-release.apk
2025-06-10 22:23:46,634 DEBUG: Starting new HTTPS connection (1): github.com:443
2025-06-10 22:23:46,959 DEBUG: https://github.com:443 "GET /Hamza417/Inure/releases/download/build106.0.3/app-github-release.apk HTTP/1.1" 302 0
2025-06-10 22:23:46,966 DEBUG: Starting new HTTPS connection (1): objects.githubusercontent.com:443
2025-06-10 22:23:47,504 DEBUG: https://objects.githubusercontent.com:443 "GET /github-production-release-asset-2e65be/345422733/0889707a-cebb-4041-964f-58efc6486104?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=releaseassetproduction%2F20250610%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20250610T222347Z&X-Amz-Expires=300&X-Amz-Signature=987057605b6f87dfee9fd7cff87df1dd84da95592d4fd7dd24cbadd8c5f5df50&X-Amz-SignedHeaders=host&response-content-disposition=attachment%3B%20filename%3Dapp-github-release.apk&response-content-type=application%2Fvnd.android.package-archive HTTP/1.1" 200 27206944
2025-06-10 22:23:51,888 DEBUG: unsigned/binaries/app.simple.inure_10603.binary.apk: Verifies
Verified using v1 scheme (JAR signing): true
Verified using v2 scheme (APK Signature Scheme v2): true
Verified using v3 scheme (APK Signature Scheme v3): false
Verified using v4 scheme (APK Signature Scheme v4): false
Verified for SourceStamp: false
Number of signers: 1
WARNING: META-INF/com/android/build/gradle/app-metadata.properties not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/version-control-info.textproto not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.activity_activity-ktx.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.activity_activity.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.annotation_annotation-experimental.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.appcompat_appcompat-resources.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.appcompat_appcompat.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.arch.core_core-runtime.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.asynclayoutinflater_asynclayoutinflater.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.cardview_cardview.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.constraintlayout_constraintlayout.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.coordinatorlayout_coordinatorlayout.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.core_core-ktx.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.core_core-viewtree.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.core_core.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.cursoradapter_cursoradapter.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.customview_customview-poolingcontainer.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.customview_customview.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.databinding_viewbinding.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.documentfile_documentfile.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.drawerlayout_drawerlayout.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.dynamicanimation_dynamicanimation-ktx.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.dynamicanimation_dynamicanimation.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.emoji2_emoji2-views-helper.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.emoji2_emoji2.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.exifinterface_exifinterface.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.fragment_fragment-ktx.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.fragment_fragment.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.interpolator_interpolator.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.legacy_legacy-support-core-ui.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.legacy_legacy-support-core-utils.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.legacy_legacy-support-v4.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.lifecycle_lifecycle-livedata-core-ktx.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.lifecycle_lifecycle-livedata-core.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.lifecycle_lifecycle-livedata.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.lifecycle_lifecycle-process.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.lifecycle_lifecycle-runtime-ktx.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.lifecycle_lifecycle-runtime.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.lifecycle_lifecycle-service.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.lifecycle_lifecycle-viewmodel-ktx.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.lifecycle_lifecycle-viewmodel-savedstate.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.lifecycle_lifecycle-viewmodel.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.loader_loader.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.localbroadcastmanager_localbroadcastmanager.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.media_media.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.print_print.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.profileinstaller_profileinstaller.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.recyclerview_recyclerview.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.room_room-ktx.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.room_room-runtime.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.savedstate_savedstate-ktx.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.savedstate_savedstate.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.slidingpanelayout_slidingpanelayout.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.sqlite_sqlite-framework.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.sqlite_sqlite.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.startup_startup-runtime.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.swiperefreshlayout_swiperefreshlayout.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.tracing_tracing-ktx.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.tracing_tracing.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.transition_transition-ktx.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.transition_transition.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.vectordrawable_vectordrawable-animated.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.vectordrawable_vectordrawable.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.versionedparcelable_versionedparcelable.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.viewpager2_viewpager2.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.viewpager_viewpager.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.webkit_webkit.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.work_work-runtime-ktx.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.work_work-runtime.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx/annotation/annotation/LICENSE.txt not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx/collection/collection-ktx/LICENSE.txt not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx/collection/collection/LICENSE.txt not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx/constraintlayout/constraintlayout-core/LICENSE.txt not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx/lifecycle/lifecycle-common/LICENSE.txt not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx/room/room-common/LICENSE.txt not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/com.google.android.material_material.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/kotlinx_coroutines_android.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/kotlinx_coroutines_core.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/services/kotlinx.coroutines.CoroutineExceptionHandler not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/services/kotlinx.coroutines.internal.MainDispatcherFactory not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/versions/9/OSGI-INF/MANIFEST.MF not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
2025-06-10 22:23:55,051 DEBUG: /tmp/tmpiyuav7pi/sigcp_app.simple.inure_10603.apk: Verifies
Verified using v1 scheme (JAR signing): true
Verified using v2 scheme (APK Signature Scheme v2): true
Verified using v3 scheme (APK Signature Scheme v3): false
Verified using v4 scheme (APK Signature Scheme v4): false
Verified for SourceStamp: false
Number of signers: 1
WARNING: META-INF/com/android/build/gradle/app-metadata.properties not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/version-control-info.textproto not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.activity_activity-ktx.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.activity_activity.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.annotation_annotation-experimental.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.appcompat_appcompat-resources.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.appcompat_appcompat.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.arch.core_core-runtime.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.asynclayoutinflater_asynclayoutinflater.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.cardview_cardview.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.constraintlayout_constraintlayout.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.coordinatorlayout_coordinatorlayout.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.core_core-ktx.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.core_core-viewtree.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.core_core.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.cursoradapter_cursoradapter.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.customview_customview-poolingcontainer.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.customview_customview.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.databinding_viewbinding.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.documentfile_documentfile.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.drawerlayout_drawerlayout.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.dynamicanimation_dynamicanimation-ktx.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.dynamicanimation_dynamicanimation.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.emoji2_emoji2-views-helper.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.emoji2_emoji2.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.exifinterface_exifinterface.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.fragment_fragment-ktx.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.fragment_fragment.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.interpolator_interpolator.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.legacy_legacy-support-core-ui.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.legacy_legacy-support-core-utils.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.legacy_legacy-support-v4.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.lifecycle_lifecycle-livedata-core-ktx.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.lifecycle_lifecycle-livedata-core.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.lifecycle_lifecycle-livedata.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.lifecycle_lifecycle-process.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.lifecycle_lifecycle-runtime-ktx.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.lifecycle_lifecycle-runtime.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.lifecycle_lifecycle-service.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.lifecycle_lifecycle-viewmodel-ktx.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.lifecycle_lifecycle-viewmodel-savedstate.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.lifecycle_lifecycle-viewmodel.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.loader_loader.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.localbroadcastmanager_localbroadcastmanager.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.media_media.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.print_print.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.profileinstaller_profileinstaller.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.recyclerview_recyclerview.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.room_room-ktx.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.room_room-runtime.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.savedstate_savedstate-ktx.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.savedstate_savedstate.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.slidingpanelayout_slidingpanelayout.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.sqlite_sqlite-framework.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.sqlite_sqlite.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.startup_startup-runtime.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.swiperefreshlayout_swiperefreshlayout.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.tracing_tracing-ktx.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.tracing_tracing.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.transition_transition-ktx.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.transition_transition.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.vectordrawable_vectordrawable-animated.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.vectordrawable_vectordrawable.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.versionedparcelable_versionedparcelable.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.viewpager2_viewpager2.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.viewpager_viewpager.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.webkit_webkit.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.work_work-runtime-ktx.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.work_work-runtime.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx/annotation/annotation/LICENSE.txt not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx/collection/collection-ktx/LICENSE.txt not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx/collection/collection/LICENSE.txt not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx/constraintlayout/constraintlayout-core/LICENSE.txt not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx/lifecycle/lifecycle-common/LICENSE.txt not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx/room/room-common/LICENSE.txt not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/com.google.android.material_material.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/kotlinx_coroutines_android.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/kotlinx_coroutines_core.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/services/kotlinx.coroutines.CoroutineExceptionHandler not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/services/kotlinx.coroutines.internal.MainDispatcherFactory not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/versions/9/OSGI-INF/MANIFEST.MF not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
2025-06-10 22:23:55,052 INFO: ...successfully verified
2025-06-10 22:23:55,052 INFO: compared built binary to supplied reference binary successfully
2025-06-10 22:23:55,200 WARNING: Requested API level 35 is larger than maximum we have, returning API level 28 instead.
2025-06-10 22:23:55,285 DEBUG: Using APK Signature v2
2025-06-10 22:23:55,315 INFO: supplied reference binary has allowed signer 4a3f711142250805c7bb5c0a5a3287631bdb948816e6f4afc9524d0eb46b6b1b
2025-06-10 22:23:55,325 INFO: success: app.simple.inure
2025-06-10 22:23:55,325 INFO: Finished
2025-06-10 22:23:55,325 INFO: 1 build succeeded