Skip to content

Commit 35ff840

Browse files
committed
适配targetSDK35
1 parent 4fc46b0 commit 35ff840

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

demo/build.gradle

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
apply plugin: 'com.android.application'
2-
apply plugin: 'kotlin-android'
1+
plugins {
2+
id 'com.android.application'
3+
id 'org.jetbrains.kotlin.android'
4+
}
35

46
android {
57
compileSdk 33
@@ -32,7 +34,7 @@ android {
3234
dependencies {
3335
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
3436
implementation project(':themvp')
35-
// implementation 'com.github.kymjs:themvp:2.0.0'
37+
// implementation 'com.github.kymjs:themvp:2.0.1'
3638
implementation 'androidx.appcompat:appcompat:1.3.1'
3739
implementation 'de.greenrobot:eventbus:2.4.0'
3840
}

themvp/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ group = 'com.github.kymjs'
77
version = "2.0.1"
88

99
android {
10-
namespace = 'com.github.kymjs'
10+
namespace = 'com.github.kymjs.themvp'
1111
compileSdk 33
1212
resourcePrefix "TheMVP__"
1313

1414
defaultConfig {
1515
minSdk 17
16-
targetSdkVersion 35
16+
targetSdk 35
1717
versionCode 201
1818
versionName version
1919
}

0 commit comments

Comments
 (0)