File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.library'
2
2
3
3
android {
4
- compileSdkVersion 26
4
+ compileSdkVersion 33
5
5
defaultConfig {
6
6
minSdkVersion 15
7
- targetSdkVersion 26
7
+ targetSdkVersion 33
8
8
versionCode 1
9
9
versionName " 1.0"
10
10
}
Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.application'
2
2
3
3
android {
4
- compileSdkVersion 26
4
+ compileSdkVersion 33
5
5
defaultConfig {
6
6
applicationId " org.liballeg.${ APP_ID} "
7
7
minSdkVersion 15
8
- targetSdkVersion 26
8
+ targetSdkVersion 33
9
9
versionCode 1
10
10
versionName " 1.0"
11
11
}
Original file line number Diff line number Diff line change 3
3
package =" org.liballeg.app"
4
4
android : versionCode =" 1"
5
5
android : versionName =" 1.0" >
6
- <uses-permission android : name =" android.permission.WRITE_EXTERNAL_STORAGE" ></ uses-permission >
6
+ <uses-permission android : name =" android.permission.WRITE_EXTERNAL_STORAGE" / >
7
7
<application android : label =" ${APP_ID}" >
8
8
<activity android : name =" .MainActivity"
9
9
android : launchMode =" singleTask"
10
10
android : screenOrientation =" unspecified"
11
- android : configChanges =" screenLayout|uiMode|orientation|screenSize" >
11
+ android : configChanges =" screenLayout|uiMode|orientation|screenSize"
12
+ android : exported =" true" >
12
13
<intent-filter >
13
14
<action android : name =" android.intent.action.MAIN" />
14
15
<category android : name =" android.intent.category.LAUNCHER" />
You can’t perform that action at this time.
0 commit comments