Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
leohearts committed Feb 4, 2021
1 parent d7e8565 commit 848b44e
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 7 deletions.
31 changes: 31 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,41 @@ Set the language used by app.

This is a fork of the module made by @jiefoxi, which seems to be abandoned.

App Locale 2 fork seems also abandoned, so I made this fork to support Android 10.

## Compatibility

Tested on Android 10, RROS

Works:

- MyAndroidTools
- Voice Tools
- Edxposed Manager
- App Ops
- Elona
- Rusted Warfare
- ...etc ( rather limited )

Doesn't work:

- Google apps

- Github (but sometimes work...?)

- Firefox
- Smart Launcher 3
- Http canary
- ...etc

Trying to find out why.

## Credits
[jiefoxi/XposedAppLocale](https://github.com/jiefoxi/XposedAppLocale)

[rovo89/XposedAppSettings](https://github.com/rovo89/XposedAppSettings)

[Flo354/XposedAppLocale](https://github.com/Flo354/XposedAppLocale)

## License
Apache License, Version 2.0
12 changes: 6 additions & 6 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 27
compileSdkVersion 28

defaultConfig {
applicationId "com.flo354.xposed.applocale"
minSdkVersion 15
applicationId "com.leohearts.xposed.applocale"
minSdkVersion 28
targetSdkVersion 23 // don't modify. Context.MODE_WORLD_READABLE removed in SDK 24+
versionCode 13
versionName "2.0.7"
Expand All @@ -21,9 +21,9 @@ android {
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])

implementation 'com.android.support:appcompat-v7:27.1.1'
implementation 'com.android.support:design:27.1.1'
implementation 'com.android.support:recyclerview-v7:27.1.1'
implementation 'com.android.support:appcompat-v7:28.0.0'
implementation 'com.android.support:design:28.0.0'
implementation 'com.android.support:recyclerview-v7:28.0.0'

compileOnly 'de.robv.android.xposed:api:82'
compileOnly 'de.robv.android.xposed:api:82:sources'
Expand Down
2 changes: 1 addition & 1 deletion app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
#}

-keep class android.support.v7.widget.SearchView { *; }
-keep public class com.flo354.xposed.applocale.XposedMod
-keep public class com.leohearts.xposed.applocale.XposedMod

0 comments on commit 848b44e

Please sign in to comment.