adrielcafe / AndroidAudioRecorder

A fancy audio recorder lib for Android. Supports WAV format at 48kHz.
1.63k stars 380 forks source link

Issue to work on Androidx Project #74

Open PratheeshPJ opened 3 years ago

PratheeshPJ commented 3 years ago

Does this library support in Androidx project? Getting error when implemented. Error on the AudioRecorderActivity.java file as the activity is importing "android.support.v7.app.AppCompatActivity". But the project is migrated to AndroidX. Any updates on this library for androidx support?? Any other method to support in androidx project? jitpack.io is already added. Thanks in advance.