NewPipe/app/src
Stypox 048b0972de Set compileSdk and targetSdk to 33 (Android 13)
android:exported in now required in the manifest on all activities/services/receivers/providers. It was set to true for those that need to interact with outside apps or the OS, while others have exported=false.
This also required updating LeakCanary to the latest version as the older version being used was not using android:exported in AndroidManifest.xml.
2022-11-18 08:33:13 +01:00
..
androidTest/java/org/schabi/newpipe Add support of other delivery methods than progressive HTTP (in the player only) 2022-06-17 22:00:22 +02:00
debug Update Android Gradle Plugin to 7.3.0. 2022-10-15 04:09:08 +05:30
main Set compileSdk and targetSdk to 33 (Android 13) 2022-11-18 08:33:13 +01:00
test Fix ListHelperTest failure caused by immutable list being used 2022-07-22 16:09:43 +02:00