Skip to content

Commit 9adb39e

Browse files
committed
Prepare release 2.6
1 parent 5e6321c commit 9adb39e

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

app/build.gradle

Lines changed: 11 additions & 12 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 30
27+
targetSdkVersion 31
2828
versionCode 2
2929
versionName '2.6'
3030

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

5858
dependencies {
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'
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'
6665
testImplementation 'junit:junit:4.13.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"
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"
7170
implementation "androidx.documentfile:documentfile:1.0.1"
7271
}

0 commit comments

Comments
 (0)