From 81cbd7348fab7a2ed2468beba7eb11cafacf0f38 Mon Sep 17 00:00:00 2001 From: andrewlewis Date: Thu, 3 Aug 2017 01:51:50 -0700 Subject: [PATCH] Fix path to constants.gradle ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=164095350 --- demos/main/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/main/build.gradle b/demos/main/build.gradle index 7eea25478f..029a44326e 100644 --- a/demos/main/build.gradle +++ b/demos/main/build.gradle @@ -11,7 +11,7 @@ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. -apply from: '../constants.gradle' +apply from: '../../constants.gradle' apply plugin: 'com.android.application' android {