-1

I updated the version of the androidx.appcompat:appcompatto 1.1.0-alpha03 from 1.1.0-alpha02. And after that my application started crashing in line super.onCreate(savedInstanceState);. It happens in a class that extends PreferenceActivity. Any solutions ?

Vladyslav Panchenko
  • 1,517
  • 1
  • 19
  • 23

1 Answers1

1

Fixed in new version (1.1.0-alpha04) of Appcompat.

implementation "androidx.appcompat:appcompat:1.1.0-alpha04"
Vladyslav Panchenko
  • 1,517
  • 1
  • 19
  • 23