Skip to content

Conversation

@rushiiMachine
Copy link
Member

@rushiiMachine rushiiMachine commented Jan 16, 2025

Supercedes #45

Comment on lines -100 to +104
sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
Copy link

@kitadai31 kitadai31 Feb 16, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You don't have to downgrade Java version
Even VERSION_17 can be used with minSdk 21

kotlinOptions.jvmTarget is too

@kitadai31
Copy link

By the way, are you still looking for a APK signing library that supports old Android?

https://github.com/MuntashirAkon/apksig-android

This apksig port supports Android <8, so it might be helpful

@rushiiMachine
Copy link
Member Author

By the way, are you still looking for a APK signing library that supports old Android?

I ported a custom V1 signer implementation in my last PR that I linked in this PR.

https://github.com/Aliucord/Manager/blob/bde1b30ad8835315d84bf370a103fcf7eca9356e/app/src/main/kotlin/com/aliucord/manager/installer/signing/V1Signer.kt

@kitadai31
Copy link

I ported a custom V1 signer implementation in my last PR that I linked in this PR.

https://github.com/Aliucord/Manager/blob/bde1b30ad8835315d84bf370a103fcf7eca9356e/app/src/main/kotlin/com/aliucord/manager/installer/signing/V1Signer.kt

Understood. Thank you for replying!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants