xuan
xuan
I'am using the lib with billingclient 1.2.2 and i have no probleme. But when i try to upgrade it to 2.2.0 our 3.0.0 i got this error : Failed resolution...
in this method : ``` override fun onActivityResult(requestCode: Int, resultCode: Int, data: Intent?) { super.onActivityResult(requestCode, resultCode, data) disposable.add( rxBillingFlow.handleActivityResult(data) .subscribe({ Timber.d("onActivityResult $it") tvServiceFlow.text = it.toString() }, { Timber.e(it) tvServiceFlow.text =...
In PdfDocument.java you use import android.support.v4.util.ArrayMap; But with the new update android has migrated to androidx and this make the application crash. Here is the error: The given artifact contains...