Skip to content

Commit

Permalink
Migrate to AndroidX
Browse files Browse the repository at this point in the history
`android.support` is now deprecated
https://developer.android.com/jetpack/androidx

Changes tracked in
e-mission/e-mission-docs#554 (comment)
  • Loading branch information
shankari committed Jul 17, 2020
1 parent 1d776cb commit 5a4d06e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@
</feature>
</config-file>

<!-- For the notification helper -->
<framework src="com.android.support:support-v4:+" />

<source-file src="src/android/UnifiedLogger.java" target-dir="src/edu/berkeley/eecs/emission/cordova/unifiedlogger"/>
<source-file src="src/android/Log.java" target-dir="src/edu/berkeley/eecs/emission/cordova/unifiedlogger"/>
<source-file src="src/android/DatabaseLogHandler.java" target-dir="src/edu/berkeley/eecs/emission/cordova/unifiedlogger"/>
Expand Down
2 changes: 1 addition & 1 deletion src/android/NotificationHelper.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import android.graphics.BitmapFactory;
import android.os.Build;
import android.os.Bundle;
import android.support.v4.app.NotificationCompat;
import androidx.core.app.NotificationCompat;

import org.apache.cordova.CordovaActivity;

Expand Down

0 comments on commit 5a4d06e

Please sign in to comment.