Skip to content

Commit 61ccdec

Browse files
committed
Fix build
1 parent 9adb39e commit 61ccdec

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

app/build.gradle

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ android {
2424
defaultConfig {
2525
applicationId "com.dan.simplerawcamera"
2626
minSdkVersion 28
27-
targetSdkVersion 31
27+
targetSdkVersion 30
2828
versionCode 2
2929
versionName '2.6'
3030

@@ -56,16 +56,17 @@ android {
5656
}
5757

5858
dependencies {
59-
implementation "org.jetbrains.kotlin:kotlin-stdlib:1.5.31"
60-
implementation "org.jetbrains.kotlin:kotlin-reflect:1.5.10"
61-
implementation 'androidx.core:core-ktx:1.9.0'
62-
implementation 'androidx.appcompat:appcompat:1.5.1'
63-
implementation 'com.google.android.material:material:1.7.0'
64-
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
59+
60+
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
61+
implementation "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"
62+
implementation 'androidx.core:core-ktx:1.3.2'
63+
implementation 'androidx.appcompat:appcompat:1.2.0'
64+
implementation 'com.google.android.material:material:1.3.0'
65+
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
6566
testImplementation 'junit:junit:4.13.2'
66-
androidTestImplementation 'androidx.test.ext:junit:1.1.4'
67-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.0'
68-
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.2"
69-
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.5.2"
67+
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
68+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
69+
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.2-native-mt"
70+
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.9"
7071
implementation "androidx.documentfile:documentfile:1.0.1"
7172
}

0 commit comments

Comments
 (0)