Set target compilation SDK to 35
All checks were successful
Build & Test / Validate (pull_request) Successful in 20s
Build & Test / Run Unit Tests (pull_request) Successful in 6m45s

This commit is contained in:
William Brawner 2024-11-08 21:03:47 -07:00
parent fb1fd4d95f
commit 2bb869df54
Signed by: wbrawner
GPG key ID: 8FF12381C6C90D35

View file

@ -10,7 +10,7 @@ junitVersion = "1.2.1"
kotlin = "2.0.21"
ktorVersion = "2.3.12"
lifecycleRuntimeKtx = "2.8.7"
maxSdk = "34"
maxSdk = "35"
minSdk = "29"
preferenceKtx = "1.2.1"