mirror of
https://github.com/discourse/discourse.git
synced 2025-05-31 15:50:07 +08:00
Drop support for iOS < 15.7 (#19847)
https://meta.discourse.org/t/224747
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user