摘要: iOS15:比较简单了(苹果为啥到了iOS15才想起来按钮还需要这个功能呢)。Button新增UIButton.Configuration用来配置 if #available(iOS 15.0, *) { var config = UIButton.Configuration.plain() /// 阅读全文
posted @ 2024-05-29 09:18 黄增松 阅读(35) 评论(0) 推荐(0) 编辑
摘要: 转自: https://blog.csdn.net/zgrcoder/article/details/136145055 示例,老项目 compileSdk 30 buildToolsVersion '30.0.2' minSdkVersion 21 targetSdkVersion 30 ndkV 阅读全文
posted @ 2024-05-29 09:15 黄增松 阅读(1209) 评论(0) 推荐(0) 编辑
摘要: 转自: https://blog.csdn.net/weixin_42504805/article/details/134252117 Gradle Plugin Version 4.2.2 Gradle Version 6.7.1 或者 Gradle Plugin Version 8.4.0 Gr 阅读全文
posted @ 2024-05-29 09:11 黄增松 阅读(10) 评论(0) 推荐(0) 编辑
摘要: minSdkVersion 字面意思,应用能支持的最低SDK版本。也就是应用可以运行的最低要求,为的是尽量覆盖最多的人群。如何合理的设置这个值,可以查看目前不同版本的android设备的市场占有率。查看地址:https://developer.android.google.cn/about/dash 阅读全文
posted @ 2024-05-29 09:07 黄增松 阅读(59) 评论(0) 推荐(0) 编辑