File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 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
46android {
57 compileSdk 33
@@ -32,7 +34,7 @@ android {
3234dependencies {
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}
Original file line number Diff line number Diff line change @@ -7,13 +7,13 @@ group = 'com.github.kymjs'
77version = " 2.0.1"
88
99android {
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 }
You can’t perform that action at this time.
0 commit comments