Skip to content

Commit

Permalink
Update compile version
Browse files Browse the repository at this point in the history
  • Loading branch information
nicole-terc committed Oct 30, 2024
1 parent 43ca6f2 commit 90651a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/ModuleExtension.kt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
object ModuleExtension {
const val compileSdkVersion = 31
const val compileSdkVersion = 34
const val jvmTarget = "11"

object DefaultConfigs {
const val minSdkVersion = 23
const val targetSdkVersion = 31
const val targetSdkVersion = 34
const val testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
const val defaultConsumerProguardFiles = "consumer-rules.pro"
const val proGuardRules = "proguard-rules.pro"
Expand Down

0 comments on commit 90651a5

Please sign in to comment.