File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ android {
99 minSdkVersion 23
1010 targetSdkVersion 34
1111 multiDexEnabled true
12- versionCode 89
12+ versionCode 91
1313 vectorDrawables. useSupportLibrary = true
14- versionName " 2.7 "
14+ versionName " 2.8 "
1515 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
1616 }
1717
@@ -55,6 +55,6 @@ dependencies {
5555 implementation ' androidx.constraintlayout:constraintlayout:2.1.4'
5656 testImplementation ' junit:junit:4.13.2'
5757 androidTestImplementation ' androidx.test:runner:1.5.2'
58- implementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.2 "
58+ implementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 "
5959 androidTestImplementation ' androidx.test.espresso:espresso-core:3.5.1'
6060}
Original file line number Diff line number Diff line change 11// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
33buildscript {
4- ext. kotlin_version = ' 1.9.21 '
4+ ext. kotlin_version = ' 1.9.23 '
55 repositories {
66 google()
77 mavenCentral()
88 }
99 dependencies {
10- classpath ' com.android.tools.build:gradle:8.2.0 '
10+ classpath ' com.android.tools.build:gradle:8.3.1 '
1111 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
1212 // NOTE: Do not place your application dependencies here; they belong
1313 // in the individual module build.gradle files
Original file line number Diff line number Diff line change 11# Wed Feb 08 17:57:03 IST 2023
22distributionBase =GRADLE_USER_HOME
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.2 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.4 -bin.zip
44distributionPath =wrapper/dists
55zipStorePath =wrapper/dists
66zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments