Skip to content

Commit

Permalink
Fixed Tasker integration
Browse files Browse the repository at this point in the history
  • Loading branch information
Waboodoo committed Nov 10, 2022
1 parent 3d4ac4e commit 0ff51fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion HTTPShortcuts/app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@
-keep class ch.rmy.android.http_shortcuts.activities.settings.MetaData { *; }
-dontwarn com.yalantis.ucrop**
-keep class com.yalantis.ucrop** { *; }
-keep interface com.yalantis.ucrop** { *; }
-keep interface com.yalantis.ucrop** { *; }
-keep class com.joaomgcd.taskerpluginlibrary.** { *; }
-keep class net.dinglisch.android.tasker.** { *; }
1 change: 1 addition & 0 deletions HTTPShortcuts/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,7 @@
android:label="@string/plugin_name">
<intent-filter>
<action android:name="com.twofortyfouram.locale.intent.action.EDIT_SETTING" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
</activity>

Expand Down

0 comments on commit 0ff51fb

Please sign in to comment.