Skip to content

Commit 44bd67c

Browse files
Release 0.10.1 (#131)
* Release 0.10.1 * Update changelog
1 parent bc0d293 commit 44bd67c

4 files changed

Lines changed: 7 additions & 8 deletions

File tree

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.10.0
1+
0.10.1

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
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

app/src/main/AndroidManifest.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,6 @@
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"

guardian/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ apply from: rootProject.file('gradle/maven-publish.gradle')
4242

4343

4444
dependencies {
45-
implementation fileTree(include: ['*.jar'], dir: 'libs')
4645
// Annotations (@NonNull etc)
4746
implementation 'androidx.annotation:annotation:1.9.1'
4847
// Gson

0 commit comments

Comments
 (0)