Skip to content

Commit

Permalink
updated to gradle wrapper and tools to 7.5 to match the properties of…
Browse files Browse the repository at this point in the history
… dependency filepicker
  • Loading branch information
crimesp authored and simolus3 committed Sep 19, 2023
1 parent 5594921 commit c3d63c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions examples/app/android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

buildscript {
ext.kotlin_version = '1.6.10'
repositories {
Expand All @@ -6,7 +7,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:4.1.0'
classpath 'com.android.tools.build:gradle:7.4.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
Expand All @@ -26,6 +27,6 @@ subprojects {
project.evaluationDependsOn(':app')
}

task clean(type: Delete) {
tasks.register("clean", Delete) {
delete rootProject.buildDir
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-all.zip

0 comments on commit c3d63c3

Please sign in to comment.