Update agb, kotlin and gradle version of the example

pull/1564/head
Ellet 1 year ago
parent aabd9f2fa5
commit 7d79e3af2e
No known key found for this signature in database
GPG Key ID: C488CC70BBCEF0D1
  1. 4
      example/android/build.gradle
  2. 2
      example/android/gradle/wrapper/gradle-wrapper.properties

@ -1,14 +1,14 @@
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
buildscript {
ext.kotlin_version = '1.9.20'
ext.kotlin_version = '1.9.21'
repositories {
google()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.1.3'
classpath 'com.android.tools.build:gradle:8.1.4'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}

@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-all.zip

Loading…
Cancel
Save