Drop support for iOS < 15.7 (#19847)

https://meta.discourse.org/t/224747
This commit is contained in:
David Taylor
2023-01-16 17:28:59 +00:00
committed by GitHub
parent 0fea826f42
commit 624f4a7de9
11 changed files with 65 additions and 376 deletions

View File

@ -6,7 +6,7 @@ require "json_schemer"
class Theme < ActiveRecord::Base
include GlobalPath
BASE_COMPILER_VERSION = 69
BASE_COMPILER_VERSION = 70
attr_accessor :child_components