chore: merge branch dev to main (#2399)

This commit is contained in:
oSumAtrIX 2023-06-12 03:58:08 +02:00 committed by GitHub
commit dcfb774fe7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 2 deletions

View File

@ -1,3 +1,10 @@
## [2.176.1-dev.1](https://github.com/revanced/revanced-patches/compare/v2.176.0...v2.176.1-dev.1) (2023-06-12)
### Bug Fixes
* **syncforreddit/change-oauth-client-id:** use correct signature for Android API ([4db2eba](https://github.com/revanced/revanced-patches/commit/4db2eba6d66f094f1d2400bfa8b9c15a175f796e))
# [2.176.0](https://github.com/revanced/revanced-patches/compare/v2.175.0...v2.176.0) (2023-06-12)

View File

@ -1,7 +1,9 @@
package android.os;
import java.io.File;
public final class Environment {
public static String getExternalStorageDirectory() {
public static File getExternalStorageDirectory() {
throw new UnsupportedOperationException("Stub");
}
}

View File

@ -1,2 +1,2 @@
kotlin.code.style = official
version = 2.176.0
version = 2.176.1-dev.1