mini
This commit is contained in:
parent
5a471d0522
commit
a219decbdf
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue