File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- 0.10.0
1+ 0.10.1
Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## [ 0.10.1] ( https://github.com/auth0/Guardian.Android/tree/0.10.1 ) (2025-03-20)
4+ [ Full Changelog] ( https://github.com/auth0/Guardian.Android/compare/0.10.0...0.10.1 )
5+
6+ ** Changed**
7+ - Fix issue with unspecified dependency
8+
39## [ 0.10.0] ( https://github.com/auth0/Guardian.Android/tree/0.10.0 ) (2025-03-19)
410[ Full Changelog] ( https://github.com/auth0/Guardian.Android/compare/0.9.0...0.10.0 )
511
Original file line number Diff line number Diff line change 4040
4141 </activity >
4242
43- <activity
44- android : name =" .NotificationWithConsentDetailsActivity"
45- android : label =" @string/title_notification_with_consent_details" >
46-
47- </activity >
48-
4943 <!-- [START FCM services] -->
5044
5145 <service android : name =" .fcm.FcmListenerService"
Original file line number Diff line number Diff line change @@ -42,7 +42,6 @@ apply from: rootProject.file('gradle/maven-publish.gradle')
4242
4343
4444dependencies {
45- implementation fileTree(include : [' *.jar' ], dir : ' libs' )
4645 // Annotations (@NonNull etc)
4746 implementation ' androidx.annotation:annotation:1.9.1'
4847 // Gson
You can’t perform that action at this time.
0 commit comments