File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
src/main/java/me/weishu/epic/art/method Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.application'
2
2
3
3
android {
4
- compileSdkVersion 29
4
+ compileSdkVersion 30
5
5
buildToolsVersion ' 28.0.3'
6
6
defaultConfig {
7
7
applicationId " me.weishu.epic.samples"
8
8
minSdkVersion 18
9
- targetSdkVersion 29
9
+ targetSdkVersion 30
10
10
versionCode 1
11
11
versionName " 1.0"
12
12
testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.library'
2
2
3
3
android {
4
- compileSdkVersion 29
4
+ compileSdkVersion 30
5
5
buildToolsVersion ' 28.0.3'
6
6
7
7
defaultConfig {
Original file line number Diff line number Diff line change @@ -121,6 +121,7 @@ private static void initFields() {
121
121
ART_QUICK_CODE_OFFSET .setLength (Offset .BitWidth .QWORD );
122
122
ART_JNI_ENTRY_OFFSET .setLength (BitWidth .QWORD );
123
123
switch (apiLevel ) {
124
+ case Build .VERSION_CODES .R :
124
125
case Build .VERSION_CODES .Q :
125
126
case Build .VERSION_CODES .P :
126
127
ART_QUICK_CODE_OFFSET .setOffset (32 );
You can’t perform that action at this time.
0 commit comments