Skip to content

Commit

Permalink
Version 1.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Saud-97 committed Aug 22, 2022
1 parent c047bb8 commit 9ee1138
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ object AndroidVersions {
const val compileSdk = 33
const val minSdk = 23
const val targetSdk = 30
const val versionCode = 96
const val versionName = "1.5.8"
const val ndk = "23.1.7779620"
const val kotlin = "1.6.21"
const val versionCode = 96
const val versionName = "1.5.8"
}

object Plugins {
Expand Down

0 comments on commit 9ee1138

Please sign in to comment.