Skip to content

Commit

Permalink
Adding resolution strategy import statement.
Browse files Browse the repository at this point in the history
Upping versionCode to 46
  • Loading branch information
Dima-Android committed Jan 31, 2024
1 parent 05d8ad8 commit a4e6af3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import com.github.triplet.gradle.androidpublisher.ResolutionStrategy
import java.io.ByteArrayOutputStream

plugins {
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/BuildConfig.kt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ object BuildConfig {
const val compileSdkVersion = 34
const val targetSdk = 33

val versionCode = 45 // Must be updated on every build
val versionCode = 46 // Must be updated on every build
val version = Version(
major = 1,
minor = 0,
Expand Down

0 comments on commit a4e6af3

Please sign in to comment.