-
-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update auto-merge.yml #201
Conversation
47e43d4
to
991da8f
Compare
991da8f
to
66eb6e9
Compare
@@ -18,11 +18,10 @@ | |||
val composeVersion = "1.2.0-beta02" | |||
|
|||
android { | |||
compileSdk = 31 | |||
compileSdk = 33 |
Check warning
Code scanning / detekt
Report magic numbers. Magic number is a numeric literal that is not defined as a constant and hence it's unclear what the purpose of this number is. It's better to declare such numbers as constants and give them a proper name. By default, -1, 0, 1, and 2 are not considered to be magic numbers.
|
||
android { | ||
compileSdk = 31 | ||
compileSdk = 33 |
Check warning
Code scanning / detekt
Report magic numbers. Magic number is a numeric literal that is not defined as a constant and hence it's unclear what the purpose of this number is. It's better to declare such numbers as constants and give them a proper name. By default, -1, 0, 1, and 2 are not considered to be magic numbers.
|
||
defaultConfig { | ||
applicationId = "se.warting.permissionsui" | ||
minSdk = 21 | ||
targetSdk = 31 | ||
targetSdk = 33 |
Check warning
Code scanning / detekt
Report magic numbers. Magic number is a numeric literal that is not defined as a constant and hence it's unclear what the purpose of this number is. It's better to declare such numbers as constants and give them a proper name. By default, -1, 0, 1, and 2 are not considered to be magic numbers.
} | ||
|
||
android { | ||
compileSdk = 31 | ||
compileSdk = 33 |
Check warning
Code scanning / detekt
Report magic numbers. Magic number is a numeric literal that is not defined as a constant and hence it's unclear what the purpose of this number is. It's better to declare such numbers as constants and give them a proper name. By default, -1, 0, 1, and 2 are not considered to be magic numbers.
|
||
defaultConfig { | ||
applicationId = "se.warting.permissionsuijava" | ||
minSdk = 21 | ||
targetSdk = 31 | ||
targetSdk = 33 |
Check warning
Code scanning / detekt
Report magic numbers. Magic number is a numeric literal that is not defined as a constant and hence it's unclear what the purpose of this number is. It's better to declare such numbers as constants and give them a proper name. By default, -1, 0, 1, and 2 are not considered to be magic numbers.
No description provided.