Skip to content

Commit

Permalink
Release 78.1.1 (150)
Browse files Browse the repository at this point in the history
* Thanks for the Weblate contributions from: gallegonovato, nautilusx, Juraj Motuz, Retrial and atilluF
* Fix "Background update check failed" (#452)
  • Loading branch information
Tobi823 committed Jul 27, 2023
1 parent b866d95 commit 0cae396
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 2023-07-27 Release 78.1.1 (150)

* Thanks for the Weblate contributions from: gallegonovato, nautilusx, Juraj Motuz, Retrial and atilluF
* Fix "Background update check failed" (Tobi823/ffupdater#452)

# 2023-07-24 Release 78.1.0 (149)

* Thanks for the Weblate contributions from: Tangy Wrecker, Retrial, Alexthegib, gallegonovato, Juraj Motuz,
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
* project. Don't use `apply false` in sub-projects. For more information,
* see Applying external plugins with same version to subprojects.
*/
id 'com.android.application' version '8.0.2' apply false
id 'com.android.application' version '8.1.0' apply false
id 'org.jetbrains.kotlin.android' version '1.8.22' apply false
id 'de.mannodermaus.android-junit5' version '1.9.3.0' apply false
id 'dev.rikka.tools.refine' version '4.3.0' apply false
Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/150.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
* Thanks for the Weblate contributions from: gallegonovato, nautilusx, Juraj Motuz, Retrial and atilluF
* Fix "Background update check failed" (Tobi823/ffupdater#452)
10 changes: 5 additions & 5 deletions ffupdater/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,14 @@ dependencies {
android {
namespace = 'de.marmaro.krt.ffupdater'

compileSdkVersion 34
compileSdk 34

defaultConfig {
versionCode 149
versionCode 150
// (incompatible changes) . (backwards compatible functionality) . (backwards compatible bug fixes)
versionName "78.1.0"
minSdkVersion 21
targetSdkVersion 34
versionName "78.1.1"
minSdk 21
targetSdk 34
vectorDrawables.useSupportLibrary = true
}

Expand Down

0 comments on commit 0cae396

Please sign in to comment.