Skip to content

Commit 56c3666

Browse files
committed
Dev commit
- Upgraded gradle plugin to 8.3.1 - Updated all internal dependencies.
1 parent bdefd93 commit 56c3666

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.idea/kotlinc.xml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/build.gradle

+3-3
Original file line numberDiff line numberDiff 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
}

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22

33
buildscript {
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
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Wed Feb 08 17:57:03 IST 2023
22
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
44
distributionPath=wrapper/dists
55
zipStorePath=wrapper/dists
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)