Bump target and compile SDK to API 35

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta 2024-09-09 11:26:32 +05:30
parent a334eb0e91
commit 217fd97d3e

View file

@ -10,9 +10,9 @@ protobufPlugin = "0.9.4"
ktlint = "11.5.0"
# Android SDK versions
compileSdk = "34"
compileSdk = "35"
minSdk = "34"
targetSdk = "34"
targetSdk = "35"
# Test versions
junit4 = "4.13.2"