From 905f88c976c27c8d30e14871e916be62b1c46efe Mon Sep 17 00:00:00 2001
From: wjc <1243177876@qq.com>
Date: 星期五, 20 三月 2026 15:35:58 +0800
Subject: [PATCH] 2026年03月20日15:35:56
---
aa_chart_core/build.gradle | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/aa_chart_core/build.gradle b/aa_chart_core/build.gradle
index 85c958f..563ffd3 100644
--- a/aa_chart_core/build.gradle
+++ b/aa_chart_core/build.gradle
@@ -1,11 +1,12 @@
apply plugin: 'com.android.library'
android {
- compileSdk 31
+ namespace 'com.github.AAChartModel.AAChartCore'
+ compileSdkVersion 33
defaultConfig {
- minSdk 23
- targetSdk 31
+ minSdkVersion 23
+ targetSdkVersion 33
versionCode 1
versionName "1.0"
--
Gitblit v1.8.0