File tree Expand file tree Collapse file tree 3 files changed +9
-10
lines changed Expand file tree Collapse file tree 3 files changed +9
-10
lines changed Original file line number Diff line number Diff line change 22apply from : " config.gradle"
33
44buildscript {
5- ext. kotlin_version = ' 1.4.32 '
5+ ext. kotlin_version = ' 1.6.20 '
66 repositories {
77 google()
88 mavenCentral()
99 }
1010 dependencies {
11- classpath ' com.android.tools.build:gradle:4.0.1 '
11+ classpath ' com.android.tools.build:gradle:7.4.2 '
1212 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
1313 classpath ' com.google.gms:google-services:4.3.3'
1414 classpath ' com.google.firebase:firebase-crashlytics-gradle:2.3.0'
Original file line number Diff line number Diff line change 1- # Wed Nov 13 09:00:16 CST 2019
2- distributionBase =GRADLE_USER_HOME
3- distributionPath =wrapper/dists
4- zipStoreBase =GRADLE_USER_HOME
5- zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-6.3-all.zip
7- android.enableUnitTestBinaryResources =true
1+ # Fri May 09 11:35:26 CST 2025
2+ distributionBase =GRADLE_USER_HOME
3+ distributionPath =wrapper/dists
4+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.5-bin.zip
5+ zipStoreBase =GRADLE_USER_HOME
6+ zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ android {
2222 keyPassword ' 111222'
2323 }
2424 }
25- ndkVersion " 27.2.12479018 "
25+ ndkVersion " 25.1.8937393 "
2626 compileSdkVersion 29
2727 buildToolsVersion " 29.0.2"
2828 defaultConfig {
You can’t perform that action at this time.
0 commit comments