Skip to content

Commit e161083

Browse files
committed
update dependencies
1 parent b2122f0 commit e161083

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ apply plugin: 'com.google.devtools.ksp'
55
apply plugin: 'kotlin-parcelize'
66

77
android {
8-
compileSdkVersion 33
8+
compileSdk 33
99
defaultConfig {
1010
applicationId "com.omega_r.omegabase.simple"
1111
multiDexEnabled true

core/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ publishing {
3131
}
3232

3333
android {
34-
compileSdkVersion 33
34+
compileSdk 33
3535

3636
defaultConfig {
3737
minSdkVersion 21
@@ -89,7 +89,7 @@ dependencies {
8989
api 'com.github.Omega-R.OmegaTypes:glide:2.2.0'
9090
api 'com.github.Omega-R.OmegaIntentBuilder:core:1.3.4'
9191
api 'com.github.Omega-R.OmegaLaunchers:omegalauncherslib:1.0.6'
92-
api 'com.github.Omega-R:OmegaExtensions:1.0.5'
92+
api 'com.github.Omega-R:OmegaExtensions:1.0.6'
9393
api 'com.github.Omega-R.OmegaIntentBuilder:annotations:1.0.5'
9494
api 'com.github.Omega-R:OmegaBind:1.0.5'
9595
api 'com.github.Omega-R:OmegaClicks:1.0.0'

0 commit comments

Comments
 (0)