Skip to content

Commit

Permalink
Target/Compile against API 35 for test app
Browse files Browse the repository at this point in the history
  • Loading branch information
WhosNickDoglio committed Jul 13, 2024
1 parent 01a5067 commit af403fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test-app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ anvil { addOptionalAnnotations.set(true) }

android {
namespace = "dev.whosnickdoglio.demo"
compileSdk = 34
compileSdk = 35

defaultConfig {
applicationId = "dev.whosnickdoglio.demo"
minSdk = 24
targetSdk = 34
targetSdk = 35
versionCode = 1
versionName = "1.0"
javaCompileOptions.annotationProcessorOptions {
Expand Down

0 comments on commit af403fe

Please sign in to comment.