Skip to content

Commit

Permalink
chore: update dependencies. compress images
Browse files Browse the repository at this point in the history
  • Loading branch information
jahirfiquitiva committed May 14, 2023
1 parent 3908826 commit 6d11922
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
Binary file modified app/src/main/assets/annie.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/assets/wallpapers/neom.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions buildSrc/src/main/java/Frames.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

object Frames {
const val appId = "dev.jahir.frames.app"
const val version = 354
const val versionName = "3.5.4"
const val version = 355
const val versionName = "3.5.5"
}
12 changes: 6 additions & 6 deletions buildSrc/src/main/java/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@
object Versions {
// Plugins
const val gradle = "7.4.2"
const val kotlin = "1.8.0"
const val sonatype = "1.1.0"
const val ksp = "$kotlin-1.0.9"
const val kotlin = "1.8.21"
const val sonatype = "1.3.0"
const val ksp = "$kotlin-1.0.11"

// OneSignal
const val oneSignal = "4.8.4"
const val oneSignal = "4.8.6"

// App
const val minSdk = 21
const val targetSdk = 33
const val buildTools = "33.0.2"

// Coroutines
const val coroutines = "1.6.4"
const val coroutines = "1.7.1"

// Android UI
const val appcompat = "1.6.1"
Expand Down Expand Up @@ -63,7 +63,7 @@ object Versions {
const val licenseChecker = "1.2.8"

// In-App Billing
const val inAppBilling = "5.2.0"
const val inAppBilling = "6.0.0"

// MultiDex
const val multidex = "2.0.1"
Expand Down

0 comments on commit 6d11922

Please sign in to comment.