Skip to content

Commit 6c67684

Browse files
sospartanfacebook-github-bot
authored andcommitted
Change android minimum SDK version to 14
Summary: The library(yoga) has no dependency on android framework. As a matter of fact this version can change to a lower number which will make yoga support more old systems. According to I/O 17, support library has change its minimum SDK version to 14, so I think 14 is a reasonable min support version for yoga as well. See https://developer.android.com/topic/libraries/support-library/revisions.html Closes #573 Differential Revision: D5264385 Pulled By: emilsjolander fbshipit-source-id: cb813a3b643a3f4e2034c6c0ab8b488f94d6a7d0
1 parent 835b2bb commit 6c67684

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ allprojects {
2222
}
2323

2424
ext {
25-
minSdkVersion = 15
25+
minSdkVersion = 14
2626
targetSdkVersion = 25
2727
compileSdkVersion = 25
2828
buildToolsVersion = '25.0.2'

0 commit comments

Comments
 (0)