Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 9fd6a2a

Browse files
author
Igor Tarasov
committed
[build] Fix build to consume the repo as subproject.
1 parent 28f003a commit 9fd6a2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MapboxGLAndroidSDKTestApp/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apply plugin: 'com.android.application'
2-
apply from: "${rootDir}/gradle/native-build.gradle"
2+
apply from: "${projectDir}/../gradle/native-build.gradle"
33

44
android {
55
compileSdkVersion androidVersions.compileSdkVersion

0 commit comments

Comments
 (0)