Hi, I updated to Version 4.2.0 of Aurora Store. After the update I didn't get any apps shown on the update page of Aurora although there were some. The screen looked as if it would update the content every second.
OK, I then tried to install the version 4.1.1 via droidify. Droidify told me that I have to deinstall first which I did. But the older version didn't install anyway although I was asked to install it with network access. After that I installed again 4.2.0. But it crashes at once and don't open. Maybe it interferes with my other profiles where I the app is installed also?
Here is the crash log:
```type: crash
osVersion: google/cheetah/cheetah:13/TQ2A.230405.003.E1/2023041100:user/release-keys
package: com.aurora.store:42
process: com.aurora.store
processUptime: 10983 + 337 ms
java.lang.IllegalStateException: TypeToken must be created with a type argument: new TypeToken<...>() {}; When using code shrinkers (ProGuard, R8, ...) make sure that generic signatures are preserved.
at com.google.gson.reflect.TypeToken.<init>(SourceFile:58)
at g2.d.<init>(Unknown Source:0)
at i3.p.V(SourceFile:55)
at androidx.fragment.app.h0.f(SourceFile:314)
at androidx.fragment.app.h0.l(SourceFile:186)
at androidx.fragment.app.b0.K(SourceFile:25)
at androidx.fragment.app.b0.x0(Unknown Source:81)
at androidx.fragment.app.b0.J(SourceFile:32)
at androidx.viewpager2.adapter.FragmentStateAdapter.G(SourceFile:144)
at androidx.viewpager2.adapter.FragmentStateAdapter.v(SourceFile:3)
at androidx.recyclerview.widget.RecyclerView.r(Unknown Source:13)
at androidx.recyclerview.widget.d.a(SourceFile:34)
at androidx.recyclerview.widget.RecyclerView$m.m(SourceFile:179)
at androidx.recyclerview.widget.RecyclerView$m.l(Unknown Source:2)
at androidx.recyclerview.widget.LinearLayoutManager.q1(SourceFile:34)
at androidx.recyclerview.widget.LinearLayoutManager.b1(SourceFile:54)
at androidx.recyclerview.widget.LinearLayoutManager.v0(SourceFile:936)
at androidx.recyclerview.widget.RecyclerView.v(SourceFile:35)
at androidx.recyclerview.widget.RecyclerView.t(SourceFile:93)
at androidx.recyclerview.widget.RecyclerView.onLayout(SourceFile:8)
at android.view.View.layout(View.java:23716)
at android.view.ViewGroup.layout(ViewGroup.java:6413)
at androidx.viewpager2.widget.ViewPager2.onLayout(Unknown Source:70)
at android.view.View.layout(View.java:23716)
at android.view.ViewGroup.layout(ViewGroup.java:6413)
at android.widget.RelativeLayout.onLayout(RelativeLayout.java:1103)
at android.view.View.layout(View.java:23716)
at android.view.ViewGroup.layout(ViewGroup.java:6413)
at androidx.coordinatorlayout.widget.CoordinatorLayout.v(SourceFile:392)
at androidx.coordinatorlayout.widget.CoordinatorLayout.onLayout(SourceFile:49)
at android.view.View.layout(View.java:23716)
at android.view.ViewGroup.layout(ViewGroup.java:6413)
at android.widget.FrameLayout.layoutChildren(FrameLayout.java:332)
at android.widget.FrameLayout.onLayout(FrameLayout.java:270)
at android.view.View.layout(View.java:23716)
at android.view.ViewGroup.layout(ViewGroup.java:6413)
at android.widget.LinearLayout.setChildFrame(LinearLayout.java:1891)
at android.widget.LinearLayout.layoutVertical(LinearLayout.java:1729)
at android.widget.LinearLayout.onLayout(LinearLayout.java:1638)
at android.view.View.layout(View.java:23716)
at android.view.ViewGroup.layout(ViewGroup.java:6413)
at android.widget.FrameLayout.layoutChildren(FrameLayout.java:332)
at android.widget.FrameLayout.onLayout(FrameLayout.java:270)
at android.view.View.layout(View.java:23716)
at android.view.ViewGroup.layout(ViewGroup.java:6413)
at android.widget.LinearLayout.setChildFrame(LinearLayout.java:1891)
at android.widget.LinearLayout.layoutVertical(LinearLayout.java:1729)
at android.widget.LinearLayout.onLayout(LinearLayout.java:1638)
at android.view.View.layout(View.java:23716)
at android.view.ViewGroup.layout(ViewGroup.java:6413)
at android.widget.FrameLayout.layoutChildren(FrameLayout.java:332)
at android.widget.FrameLayout.onLayout(FrameLayout.java:270)
at com.android.internal.policy.DecorView.onLayout(DecorView.java:799)
at android.view.View.layout(View.java:23716)
at android.view.ViewGroup.layout(ViewGroup.java:6413)
at android.view.ViewRootImpl.performLayout(ViewRootImpl.java:4093)
at android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:3434)
at android.view.ViewRootImpl.doTraversal(ViewRootImpl.java:2346)
at android.view.ViewRootImpl$TraversalRunnable.run(ViewRootImpl.java:9190)
at android.view.Choreographer$CallbackRecord.run(Choreographer.java:1231)
at android.view.Choreographer$CallbackRecord.run(Choreographer.java:1239)
at android.view.Choreographer.doCallbacks(Choreographer.java:899)
at android.view.Choreographer.doFrame(Choreographer.java:832)
at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:1214)
at android.os.Handler.handleCallback(Handler.java:942)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loopOnce(Looper.java:201)
at android.os.Looper.loop(Looper.java:288)
at android.app.ActivityThread.main(ActivityThread.java:7891)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
at com.android.internal.os.ExecInit.main(ExecInit.java:49)
at com.android.internal.os.RuntimeInit.nativeFinishInit(Native Method)
at com.android.internal.os.RuntimeInit.main(RuntimeInit.java:355)```