File tree Expand file tree Collapse file tree 3 files changed +6
-7
lines changed
Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -3,11 +3,11 @@ plugins {
33}
44
55android {
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"
Original file line number Diff line number Diff line change 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" />
Original file line number Diff line number Diff line change @@ -4,12 +4,10 @@ plugins {
44}
55
66android {
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 }
You can’t perform that action at this time.
0 commit comments