File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ apply plugin: 'kotlin-android-extensions'
44apply plugin : ' kotlin-kapt'
55
66android {
7- compileSdkVersion 30
7+ compileSdkVersion 31
88 defaultConfig {
99 applicationId " com.omega_r.omegabase.simple"
1010 multiDexEnabled true
1111 minSdkVersion 16
12- targetSdkVersion 30
12+ targetSdkVersion 31
1313 versionCode 1
1414 versionName " 1.0"
1515 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
Original file line number Diff line number Diff line change 11ext {
2- omegaRecyclerView = ' 1.9.9 '
3- kotlinCorutines_version = ' 1.5.21 '
2+ omegaRecyclerView = ' 1.9.8 '
3+ kotlinCorutines_version = ' 1.5.0 '
44
55}// Top-level build file where you can add configuration options common to all sub-projects/modules.
66
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ dependencies {
6565 kapt ' com.github.Omega-R.OmegaMoxy:moxy-compiler:2.2.0'
6666
6767
68- api " com.github.Omega-R:OmegaRecyclerView:omegarecyclerview: ${ omegaRecyclerView} @aar"
68+ api " com.github.Omega-R:OmegaRecyclerView:${ omegaRecyclerView} @aar"
6969 api ' com.github.Omega-R.OmegaTypes:glide:2.0.3'
7070 api ' com.github.Omega-R.OmegaIntentBuilder:core:1.3.3'
7171 api ' com.github.Omega-R:OmegaLaunchers:1.0.3'
You can’t perform that action at this time.
0 commit comments