Skip to content

Commit

Permalink
- Updated: Payloads versions
Browse files Browse the repository at this point in the history
  • Loading branch information
MenosGrante committed Mar 13, 2023
1 parent f546635 commit 470264e
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions app/src/main/res/raw/config.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"revision": 13,
"revision": 15,
"payloads":[
{
"title":"hekate.bin",
"downloadUrl": "https://pavlorekun.dev/payloads/hekate.bin",
"version":"6.0.1"
"version":"6.0.2"
},
{
"title":"fusee.bin",
"downloadUrl": "https://pavlorekun.dev/payloads/fusee.bin",
"version":"1.4.1"
"version":"1.5.0"
}
]
}
Binary file modified app/src/main/res/raw/fusee.bin
Binary file not shown.
Binary file modified app/src/main/res/raw/hekate.bin
Binary file not shown.
4 changes: 2 additions & 2 deletions buildSrc/src/main/java/Config.kt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ object Config {
const val compileSDKVersion = 33
const val NDKVersion = "23.1.7779620"

const val versionCode = 97
const val versionName = "5.1.1"
const val versionCode = 98
const val versionName = "5.1.2"

}
8 changes: 4 additions & 4 deletions buildSrc/src/main/java/Versions.kt
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
object Versions {

object Gradle {
const val Plugin = "7.4.1"
const val Updates = "0.45.0"
const val Plugin = "7.4.2"
const val Updates = "0.46.0"
}

object AndroidX {
const val Core = "1.9.0"
const val RecyclerView = "1.2.1"
const val RecyclerView = "1.3.0"
const val Browser = "1.5.0"
const val Preferences = "1.2.0"
const val ConstraintLayout = "2.1.4"
const val Lifecycle = "2.5.1"
const val Lifecycle = "2.6.0"
const val Navigation = "2.5.3"
const val SwipeRefreshLayout = "1.1.0"
const val Hilt = "2.45"
Expand Down

0 comments on commit 470264e

Please sign in to comment.