File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ android {
9
9
minSdkVersion 23
10
10
targetSdkVersion 34
11
11
multiDexEnabled true
12
- versionCode 89
12
+ versionCode 91
13
13
vectorDrawables. useSupportLibrary = true
14
- versionName " 2.7 "
14
+ versionName " 2.8 "
15
15
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
16
16
}
17
17
@@ -55,6 +55,6 @@ dependencies {
55
55
implementation ' androidx.constraintlayout:constraintlayout:2.1.4'
56
56
testImplementation ' junit:junit:4.13.2'
57
57
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 "
59
59
androidTestImplementation ' androidx.test.espresso:espresso-core:3.5.1'
60
60
}
Original file line number Diff line number Diff line change 1
1
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
2
3
3
buildscript {
4
- ext. kotlin_version = ' 1.9.21 '
4
+ ext. kotlin_version = ' 1.9.23 '
5
5
repositories {
6
6
google()
7
7
mavenCentral()
8
8
}
9
9
dependencies {
10
- classpath ' com.android.tools.build:gradle:8.2.0 '
10
+ classpath ' com.android.tools.build:gradle:8.3.1 '
11
11
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
12
12
// NOTE: Do not place your application dependencies here; they belong
13
13
// in the individual module build.gradle files
Original file line number Diff line number Diff line change 1
1
# Wed Feb 08 17:57:03 IST 2023
2
2
distributionBase =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
4
4
distributionPath =wrapper/dists
5
5
zipStorePath =wrapper/dists
6
6
zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments