Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.10.0
0.10.1
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## [0.10.1](https://github.com/auth0/Guardian.Android/tree/0.10.1) (2025-03-20)
[Full Changelog](https://github.com/auth0/Guardian.Android/compare/0.10.0...0.10.1)

**Changed**
- Fix issue with unspecified dependency

## [0.10.0](https://github.com/auth0/Guardian.Android/tree/0.10.0) (2025-03-19)
[Full Changelog](https://github.com/auth0/Guardian.Android/compare/0.9.0...0.10.0)

Expand Down
6 changes: 0 additions & 6 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,6 @@

</activity>

<activity
android:name=".NotificationWithConsentDetailsActivity"
android:label="@string/title_notification_with_consent_details">

</activity>

<!-- [START FCM services] -->

<service android:name=".fcm.FcmListenerService"
Expand Down
1 change: 0 additions & 1 deletion guardian/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ apply from: rootProject.file('gradle/maven-publish.gradle')


dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
// Annotations (@NonNull etc)
implementation 'androidx.annotation:annotation:1.9.1'
// Gson
Expand Down