Alex L
Alex L
Hey @aleksbgs, Can you provide a complete stacktrace along with your `package.json` file contents?
Thanks, can you also provide the content of your `build.gradle` file? We need to know you support libraries versions and your target sdk
Would you be able to update your target sdk version to `28`?
Apptentive SDK requires `28` to function properly.
Sorry, I should've been more specific: ``` compileSdkVersion 28 buildToolsVersion '28.0.3' defaultConfig { targetSdkVersion 28 } configurations.all { resolutionStrategy.force 'com.android.support:support-v4:28.0.0' } ```
Sorry for the issue. I've created a ticket and we'll look at it soon.
Is the stack trace the same?
Hey @TheDoorNextBoy, Sorry for the issue: we'll take a look at it asap.
@TheDoorNextBoy, did you get the crash log from the crash reporting tool or were you able to reproduce it locally? Do you have any other logs on top of the...
Hey @prashantbankar, Could you share the contents of your `build.gradle` file and your app theme?