Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mobile-bungalow committed Feb 25, 2025
1 parent 1134167 commit 6c2798c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions client-addons/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ android {
}
}
compileOptions {
isCoreLibraryDesugaringEnabled = true
sourceCompatibility = Constants.sourceCompatibilityVersion
targetCompatibility = Constants.targetCompatibilityVersion
}
Expand Down
2 changes: 1 addition & 1 deletion client-test-base/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ android {

defaultConfig {
minSdk = Constants.minSdkVersion

multiDexEnabled = true
testInstrumentationRunner = Constants.instrumentationRunnerClass
consumerProguardFiles("consumer-rules.pro")
}
Expand Down

0 comments on commit 6c2798c

Please sign in to comment.