moetouban
moetouban
JCenter is being deprecated May 1, 2021. This library will need to have its artifacts moved to MavenCentral or some other maven repository.
Upgraded target SDK to 31 as starting android 12 each activity needs to specify the exported flag https://developer.android.com/guide/topics/manifest/activity-element#exported
with latest update 0.2.0 we no longer can extend SimpleSearchView
Hi, I integrated fladle and configured it to run with a service account. when i run it i can see the matrix and results is uploaded to the bucket but...
in https://developer.android.com/codelabs/activity-recognition-transition#5 you should not pass 0 for the flags rather the pending intent needs tp specify the mutability flag. mActivityTransitionsPendingIntent = PendingIntent.getBroadcast(MainActivity.this, 0, intent, 0);