Skip to content

Commit 72ec728

Browse files
a-c-sreedhar-reddyzhongwuzw
authored andcommitted
update url for apk-splits user-guide (facebook#24253)
Summary: Changed apk-splits user-guide url. [ANDROID] [CHANGED] - Apk tools url. Pull Request resolved: facebook#24253 Differential Revision: D14724834 Pulled By: cpojer fbshipit-source-id: 8e9e21ebdcb0d585f1f262640e259ccf71112adb
1 parent 2048551 commit 72ec728

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ android {
140140
applicationVariants.all { variant ->
141141
variant.outputs.each { output ->
142142
// For each separate APK per architecture, set a unique version code as described here:
143-
// http://tools.android.com/tech-docs/new-build-system/user-guide/apk-splits
143+
// https://developer.android.com/studio/build/configure-apk-splits.html
144144
def versionCodes = ["armeabi-v7a": 1, "x86": 2, "arm64-v8a": 3, "x86_64": 4]
145145
def abi = output.getFilter(OutputFile.ABI)
146146
if (abi != null) { // null for the universal-debug, universal-release variants

0 commit comments

Comments
 (0)