Skip to content

Commit

Permalink
Merge pull request #316 from skydoves/targetsdk/34
Browse files Browse the repository at this point in the history
Update target SDK to 34
  • Loading branch information
skydoves authored Jul 29, 2023
2 parents 3ed98d6 + 3c4eca8 commit bab2b10
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
package com.github.skydoves.landscapist

object Configuration {
const val compileSdk = 33
const val targetSdk = 33
const val compileSdk = 34
const val targetSdk = 34
const val minSdk = 21
const val majorVersion = 2
const val minorVersion = 2
Expand Down

0 comments on commit bab2b10

Please sign in to comment.