Skip to content

Commit

Permalink
Merge pull request #1039 from fluss/master
Browse files Browse the repository at this point in the history
Androidx support
  • Loading branch information
EddyVerbruggen committed May 19, 2020
2 parents 9468f0a + d6a3a93 commit 849cb31
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,7 @@
<source-file src="src/android/nl/xservices/plugins/FileProvider.java" target-dir="src/nl/xservices/plugins"/>
<source-file src="src/android/res/xml/sharing_paths.xml" target-dir="res/xml"/>

<framework src="com.android.support:support-v4:$ANDROID_SUPPORT_V4_VERSION" />
<preference name="ANDROID_SUPPORT_V4_VERSION" default="24.1.1+"/>
<framework src="androidx.legacy:legacy-support-v4:1.0.0" />
</platform>

<!-- wp8 -->
Expand Down
4 changes: 2 additions & 2 deletions src/android/nl/xservices/plugins/FileProvider.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package nl.xservices.plugins;


public class FileProvider extends android.support.v4.content.FileProvider {
}
public class FileProvider extends androidx.core.content.FileProvider {
}

0 comments on commit 849cb31

Please sign in to comment.