File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ apply plugin: 'com.google.devtools.ksp'
55apply plugin : ' kotlin-parcelize'
66
77android {
8- compileSdkVersion 33
8+ compileSdk 33
99 defaultConfig {
1010 applicationId " com.omega_r.omegabase.simple"
1111 multiDexEnabled true
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ publishing {
3131}
3232
3333android {
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'
You can’t perform that action at this time.
0 commit comments