Skip to content

Commit fee7f06

Browse files
ferdicusfacebook-github-bot
authored andcommitted
build(gradle): update build.gradle (#25810)
Summary: Remove obsolete supportLibVersion - no longer required with AndroidX Removing the `supportLibVersion` variable that was used in `app/build.gradle` to suffix version numbers on android support libraries. As react-native moved to androidX with the release of `0.60` this is no longer necessary. ## Changelog [Android] [Removed] - Remove supportLibVersion variable in build.gradle Pull Request resolved: #25810 Test Plan: No tests were run locally Reviewed By: cpojer Differential Revision: D16498431 Pulled By: osdnk fbshipit-source-id: 95e77304549c3f7b7ebdaeb363b72dd21d686595
1 parent 1798897 commit fee7f06

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

template/android/build.gradle

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ buildscript {
66
minSdkVersion = 16
77
compileSdkVersion = 28
88
targetSdkVersion = 28
9-
supportLibVersion = "28.0.0"
109
}
1110
repositories {
1211
google()

0 commit comments

Comments
 (0)