From 54b1a1d1949cdcf6294715579e8a131eabed099e Mon Sep 17 00:00:00 2001 From: yangyakun Date: Fri, 10 Jan 2025 12:06:20 +0800 Subject: [PATCH] =?UTF-8?q?[6.9.0]=20[fix]=20[offline]=20[=E6=89=93?= =?UTF-8?q?=E5=BC=80bytex]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 6a4c1e1206..5603bbbcb4 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,7 +9,7 @@ apply plugin: 'kotlin-android-extensions' apply plugin: 'kotlin-kapt' apply plugin: ly.count.android.plugins.UploadSymbolsPlugin -//apply from: rootProject.file('gradle/bytex/bytex.gradle') +apply from: rootProject.file('gradle/bytex/bytex.gradle') Properties properties = new Properties() properties.load(project.rootProject.file("gradle.properties").newDataInputStream())