Gander icon indicating copy to clipboard operation
Gander copied to clipboard

Crash on androidx.core:core library update

Open XtreeIvI opened this issue 4 years ago • 0 comments

androidx.core:core update from 1.2.0-alpha02 to 1.3.0-alpha02 causes Notification crash

The error most probably caused by new Notification compat changes (https://developer.android.com/jetpack/androidx/releases/core#1.3.0-alpha01)

Stack Trace:

java.lang.NoClassDefFoundError: androidx.core.graphics.drawable.IconCompat androidx.core.app.NotificationCompat$Action.(NotificationCompat.java:3303) com.ashokvarma.gander.internal.support.NotificationHelper.getClearAction(NotificationHelper.java:126) com.ashokvarma.gander.internal.support.NotificationHelper.show(NotificationHelper.java:107) com.ashokvarma.gander.GanderInterceptor.create(GanderInterceptor.java:287) com.ashokvarma.gander.GanderInterceptor.createTransactionFromRequest(GanderInterceptor.java:215) com.ashokvarma.gander.GanderInterceptor.intercept(GanderInterceptor.java:154) okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:100) io.devlight.data.network.impl.interceptor.PostmanMockInterceptor.intercept(PostmanMockInterceptor.kt:17) okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:100) io.devlight.data.network.impl.interceptor.UTF8Interceptor.intercept(UTF8Interceptor.kt:16) okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:100) okhttp3.logging.HttpLoggingInterceptor.intercept(HttpLoggingInterceptor.kt:219) okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:100) io.devlight.data.network.impl.interceptor.PlatformVersionInterceptor.intercept(PlatformVersionInterceptor.kt:16) okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:100) io.devlight.data.network.impl.interceptor.PlatformInterceptor.intercept(PlatformInterceptor.kt:15) okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:100) io.devlight.data.network.impl.interceptor.AppVersionInterceptor.intercept(AppVersionInterceptor.kt:16) okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:100) io.devlight.data.network.impl.interceptor.LocaleInterceptor.intercept(LocaleInterceptor.kt:21) okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:100) io.devlight.data.network.impl.interceptor.TokenInterceptor.intercept(TokenInterceptor.kt:30) okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:100) okhttp3.internal.connection.RealCall.getResponseWithInterceptorChain$okhttp(RealCall.kt:197) okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:502) java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1113) java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:588) java.lang.Thread.run(Thread.java:818)

XtreeIvI avatar Mar 16 '20 11:03 XtreeIvI