Added comment to supress bogus warning

This commit is contained in:
Juha Heinanen
2023-09-21 11:35:00 +03:00
parent 96ee0c5418
commit eb303112f4

View File

@ -8,6 +8,7 @@ android {
defaultConfig {
applicationId = 'com.tutpro.baresip'
minSdkVersion 23
//noinspection OldTargetApi becuase 34 has not been released yet
targetSdkVersion 33
versionCode = 291
versionName = '57.2.0'