Skip to content

Commit 53972cd

Browse files
committed
api 31
1 parent 03f25a2 commit 53972cd

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

MPChartExample/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ plugins {
33
}
44

55
android {
6-
compileSdkVersion 30
6+
compileSdkVersion 31
77
defaultConfig {
88
applicationId "com.xxmassdeveloper.mpchartexample"
99
minSdkVersion 16
10-
targetSdkVersion 30
10+
targetSdkVersion 31
1111
versionCode 57
1212
versionName '3.1.0'
1313
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

MPChartExample/src/main/AndroidManifest.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
android:theme="@style/AppTheme">
1313
<activity
1414
android:name="com.xxmassdeveloper.mpchartexample.notimportant.MainActivity"
15-
android:label="@string/app_name" >
15+
android:label="@string/app_name"
16+
android:exported="true">
1617
<intent-filter>
1718
<action android:name="android.intent.action.MAIN" />
1819
<action android:name="android.intent.action.VIEW" />

MPChartLib/build.gradle

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,10 @@ plugins {
44
}
55

66
android {
7-
compileSdkVersion 30
7+
compileSdkVersion 31
88
defaultConfig {
99
minSdkVersion 14
10-
targetSdkVersion 30
11-
versionCode 3
12-
versionName '3.1.0'
10+
targetSdkVersion 31
1311

1412
consumerProguardFiles 'proguard-project.txt'
1513
}

0 commit comments

Comments
 (0)