You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2020/04/13 03:17:57 UTC

[GitHub] [cordova-android] breautek commented on issue #599: cdvMinSdkVersion seems to not work in 7.1.4

breautek commented on issue #599: cdvMinSdkVersion seems to not work in 7.1.4
URL: https://github.com/apache/cordova-android/issues/599#issuecomment-612730261
 
 
   Unable to reproduce this on master, I believe this was fixed by https://github.com/apache/cordova-android/pull/699
   
   Using the `android-minSdkVersion` and checking the apk resulted in the expected min SDK to be stored.
   
   ```
   aapt list -a app-debug.apk | grep SdkVersion
       A: android:compileSdkVersion(0x01010572)=(type 0x10)0x1c
       A: android:compileSdkVersionCodename(0x01010573)="9" (Raw: "9")
         A: android:minSdkVersion(0x0101020c)=(type 0x10)0x17
         A: android:targetSdkVersion(0x01010270)=(type 0x10)0x1c
   ```
   
   Note: The value is in hex, A: android:minSdkVersion(0x0101020c)=(type 0x10)**0x17**
   0x17 is the hex value for 23.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org