Skip to content

Commit

Permalink
Update target and compile sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
vanshg authored and ujizin committed Jan 13, 2024
1 parent c41e13b commit f5ea497
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/ujizin/camposer/Config.kt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package com.ujizin.camposer

object Config {
const val compileSdk = 33
const val targetSdk = 33
const val compileSdk = 34
const val targetSdk = 34
const val minSdk = 21
const val versionCode = 8
const val versionName = "0.3.2"
Expand Down

0 comments on commit f5ea497

Please sign in to comment.