Skip to content

Commit

Permalink
chore: update library
Browse files Browse the repository at this point in the history
  • Loading branch information
liaoheng committed Jul 11, 2024
1 parent 8281fcc commit 96bd7d1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
10 changes: 5 additions & 5 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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'
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -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) {
Expand Down

0 comments on commit 96bd7d1

Please sign in to comment.