centic9 / poi-on-android

A sample project that shows how Apache POI can be used in an Android application
Apache License 2.0
357 stars 89 forks source link

update dependencies #95

Closed ghost closed 2 years ago

centic9 commented 2 years ago

thanks for the PR, when I try to build this locally, I get the following, can you fix this?

> Task :poitest:processDebugMainManifest FAILED
/opt/POIAndroidTest/poitest/src/main/AndroidManifest.xml:11:9-19:20 Error:
        android:exported needs to be explicitly specified for element <activity#org.dstadler.poiandroidtest.poitest.DocumentListActivity>. Apps targeting Android 12 and higher are required to specify an explicit value for `android:exported` when the corresponding component has an intent filter defined. See https://developer.android.com/guide/topics/manifest/activity-element#exported for details.

See http://g.co/androidstudio/manifest-merger for more information about the manifest merger.
centic9 commented 2 years ago

Nevermind, I found the missing attribute and could push it to this PR myself.

ghost commented 2 years ago

Nevermind, I found the missing attribute and could push it to this PR myself.

Sorry, didn't get the notification, just received it, i'm glad you found it!