This commit is contained in:
Your Name 2025-03-13 20:41:16 +03:00
parent 5a471d0522
commit a219decbdf

View file

@ -9,7 +9,8 @@ android {
defaultConfig { defaultConfig {
applicationId = "com.example.notifyservice" applicationId = "com.example.notifyservice"
minSdk = 24 minSdk = 24
targetSdk = 34 //noinspection ExpiredTargetSdkVersion
targetSdk = 24
versionCode = 1 versionCode = 1
versionName = "1.0" versionName = "1.0"