Skip to content

Commit

Permalink
Increase delay between retries
Browse files Browse the repository at this point in the history
  • Loading branch information
LionZXY committed Jun 27, 2024
1 parent 1343ae2 commit e6a76c0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
slf4j2-timber
============
[![Build Action](https://github.com/LionZXY/slf4j2-timber/actions/workflows/push.yml/badge.svg)](https://github.com/LionZXY/slf4j2-timber/actions/workflows/push.yml) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/uk.kulikov/slf4j2-timber/badge.svg)](https://maven-badges.herokuapp.com/maven-central/uk.kulikov/slf4j2-timber) [![Apache License](http://img.shields.io/badge/license-Apache%20License%202.0-lightgrey.svg)](http://choosealicense.com/licenses/apache-2.0/) [![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-slf4j--timber-brightgreen.svg?style=flat)](https://android-arsenal.com/details/1/272)
[![Build Action](https://github.com/LionZXY/slf4j2-timber/actions/workflows/push.yml/badge.svg)](https://github.com/LionZXY/slf4j2-timber/actions/workflows/push.yml) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/uk.kulikov/slf4j2-timber/badge.svg)](https://maven-badges.herokuapp.com/maven-central/uk.kulikov/slf4j2-timber) [![Apache License](http://img.shields.io/badge/license-Apache%20License%202.0-lightgrey.svg)](http://choosealicense.com/licenses/apache-2.0/)

[SLF4J 2][1] binding for Jake Wharton's [Timber][2] Android logging library

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
android.useAndroidX=true

GROUP=uk.kulikov
VERSION_NAME=0.6
VERSION_NAME=0.7

POM_DESCRIPTION=SLF4J binding for Jake Wharton's Timber logging library
1 change: 1 addition & 0 deletions slf4j2-timber/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ jreleaser {
checksums = true
sourceJar = true
javadocJar = true
retryDelay = 60
}
}
}
Expand Down

0 comments on commit e6a76c0

Please sign in to comment.