change to sdk 34 for preview

This commit is contained in:
Pritimay Sarkar
2023-11-16 06:20:51 +05:30
parent 57a5b160b0
commit a5066bfd4d

View File

@@ -5,12 +5,12 @@ plugins {
android {
namespace = "com.smi.counselling"
compileSdk = 33
compileSdk = 34
defaultConfig {
applicationId = "com.smi.counselling"
minSdk = 24
targetSdk = 33
targetSdk = 34
versionCode = 1
versionName = "1.0"