Skip to content

Commit 077d778

Browse files
committed
Downgrade kotlin and OmegaRecyclerView
1 parent 5c97f2f commit 077d778

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ apply plugin: 'kotlin-android-extensions'
44
apply plugin: 'kotlin-kapt'
55

66
android {
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"

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ext {
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

core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)