mirror of
https://github.com/revanced/revanced-integrations
synced 2025-03-28 09:03:05 +01:00

This commit improves the build files by using Gradle version catalogs and modernizes the Android build files. Additionally dependencies have been updated and some source files refactored.
6 lines
163 B
Plaintext
6 lines
163 B
Plaintext
plugins {
|
|
alias(libs.plugins.android.application) apply false
|
|
alias(libs.plugins.android.library) apply false
|
|
alias(libs.plugins.kotlin) apply false
|
|
}
|