diff --git a/README.md b/README.md index 9b7deb1..31679b4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## Starth Bing Wallpaper -[![API](https://img.shields.io/badge/API-24%2B-brightgreen.svg?style=flat)](https://android-arsenal.com/api?level=21) [![GitHub release](https://img.shields.io/github/release/liaoheng/BingWallpaper.svg)](https://github.com/liaoheng/BingWallpaper/releases/latest) +[![API](https://img.shields.io/badge/API-24%2B-brightgreen.svg?style=flat)](https://android-arsenal.com/api?level=24) [![GitHub release](https://img.shields.io/github/release/liaoheng/BingWallpaper.svg)](https://github.com/liaoheng/BingWallpaper/releases/latest) [![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fliaoheng%2FBingWallpaper.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fliaoheng%2FBingWallpaper?ref=badge_shield) Starth Bing Wallpaper is a free and open source app, change your device background or lock screen with Bing image of the day. (some non-AOSP systems are not supported lock screen) diff --git a/app/build.gradle b/app/build.gradle index ac3891b..e063c0a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -15,8 +15,8 @@ android { minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion applicationId "me.liaoheng.wallpaper" - versionCode 10955 - versionName "1.9.55" + versionCode 10956 + versionName "1.9.56" } def isSigning = true @@ -62,7 +62,7 @@ android { } } -def firebaseCore = "com.google.firebase:firebase-analytics:21.3.0" +def firebaseCore = "com.google.firebase:firebase-analytics:22.0.2" dependencies { testImplementation deps.robolectric @@ -90,7 +90,7 @@ dependencies { compileOnly firebaseCore } - implementation 'io.sentry:sentry-android-core:7.3.0' + implementation 'io.sentry:sentry-android-core:7.11.0' implementation deps.guava implementation deps.gson @@ -122,7 +122,7 @@ dependencies { implementation files('libs/tray-0.12.0.aar') //https://github.com/apl-devs/AppIntro - implementation 'com.github.AppIntro:AppIntro:6.2.0' + implementation 'com.github.AppIntro:AppIntro:6.3.1' //https://github.com/davemorrissey/subsampling-scale-image-view implementation 'com.davemorrissey.labs:subsampling-scale-image-view-androidx:3.10.0' diff --git a/build.gradle b/build.gradle index 81c5731..7f87828 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ plugins { id 'com.android.application' version '8.2.2' apply false - id 'com.google.gms.google-services' version '4.4.0' - id "io.sentry.android.gradle" version "4.2.0" + id 'com.google.gms.google-services' version '4.4.2' + id "io.sentry.android.gradle" version "4.9.0" } tasks.register('clean', Delete) {