Skip to content

Commit b014484

Browse files
author
gopi2401
committed
fix: update Kotlin version to 1.9.22 and Gradle version to 8.5 in build configuration
1 parent 5a13f03 commit b014484

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

android/build.gradle

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
// buildscript {
2-
// ext.kotlin_version = '1.7.10'
3-
// repositories {
4-
// google()
5-
// mavenCentral()
6-
// }
1+
buildscript {
2+
ext.kotlin_version = '1.9.22'
3+
repositories {
4+
google()
5+
mavenCentral()
6+
}
77

8-
// dependencies {
9-
// classpath 'com.android.tools.build:gradle:7.3.0'
10-
// classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
11-
// }
12-
// }
8+
dependencies {
9+
classpath 'com.android.tools.build:gradle:8.3.0'
10+
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
11+
}
12+
}
1313

1414
allprojects {
1515
repositories {

android/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
33
zipStoreBase=GRADLE_USER_HOME
44
zipStorePath=wrapper/dists
5-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-all.zip
5+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-all.zip

0 commit comments

Comments
 (0)