chore: upgrade gradle #78

Closed
septs wants to merge 2 commits from septs:upgrade-gradle into master
4 changed files with 6 additions and 3 deletions

2
.idea/kotlinc.xml generated
View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project version="4"> <project version="4">
<component name="KotlinJpsPluginSettings"> <component name="KotlinJpsPluginSettings">
<option name="version" value="1.9.20" /> <option name="version" value="1.9.23" />
</component> </component>
</project> </project>

View file

@ -43,4 +43,7 @@ android {
dependencies { dependencies {
implementation(project(":app-common")) implementation(project(":app-common"))
testImplementation("junit:junit:4.13.2")
androidTestImplementation("androidx.test.ext:junit:1.1.5")
androidTestImplementation("androidx.test.espresso:espresso-core:3.5.1")
} }

View file

@ -8,5 +8,5 @@ plugins {
} }
dependencies { dependencies {
implementation("com.android.tools.build:gradle:8.1.2") implementation("com.android.tools.build:gradle:8.7.2")
} }

View file

@ -1,6 +1,6 @@
#Wed Jun 08 13:28:20 EDT 2022 #Wed Jun 08 13:28:20 EDT 2022
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-bin.zip distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
distributionPath=wrapper/dists distributionPath=wrapper/dists
zipStorePath=wrapper/dists zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME