File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Expand file tree Collapse file tree 3 files changed +7
-5
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 28
4
+ compileSdkVersion 33
5
5
6
6
defaultConfig {
7
7
minSdkVersion 14
8
- targetSdkVersion 28
8
+ targetSdkVersion 33
9
9
}
10
10
}
11
11
Original file line number Diff line number Diff line change @@ -3,12 +3,12 @@ apply plugin: 'kotlin-android'
3
3
apply plugin : ' kotlin-kapt'
4
4
5
5
android {
6
- compileSdkVersion 28
6
+ compileSdkVersion 33
7
7
8
8
defaultConfig {
9
9
applicationId " com.yuyakaido.android.cardstackview.sample"
10
10
minSdkVersion 14
11
- targetSdkVersion 28
11
+ targetSdkVersion 33
12
12
}
13
13
}
14
14
Original file line number Diff line number Diff line change 13
13
android : roundIcon =" @mipmap/ic_launcher_round"
14
14
android : theme =" @style/Theme.AppCompat.Light.NoActionBar" >
15
15
16
- <activity android : name =" .MainActivity" >
16
+ <activity
17
+ android : name =" .MainActivity"
18
+ android : exported =" true" >
17
19
<intent-filter >
18
20
<action android : name =" android.intent.action.MAIN" />
19
21
<category android : name =" android.intent.category.LAUNCHER" />
You can’t perform that action at this time.
0 commit comments