From a437a5f92d0d9e02331cba5b80dc90260e460328 Mon Sep 17 00:00:00 2001 From: canyie Date: Sat, 15 May 2021 22:55:56 +0800 Subject: [PATCH] Make CI happy, but I'm unhappy :( --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index aff730a..f3eb0ac 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -5,7 +5,7 @@ android { buildToolsVersion rootProject.ext.buildToolsVersion // ndk version is required on my computer but not required on CI - ndkVersion rootProject.ext.ndkVersion + // ndkVersion rootProject.ext.ndkVersion defaultConfig { applicationId "top.canyie.dreamland"