Skip to content

Commit

Permalink
[Android] Updated kotlin version + app center
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolfteam committed Nov 5, 2022
1 parent 5e7afec commit 82dd053
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Expand Up @@ -95,7 +95,7 @@ dependencies {
implementation 'androidx.annotation:annotation:1.1.0'
implementation "com.jakewharton.threetenabp:threetenabp:1.2.3"

def appCenterSdkVersion = '4.0.0'
def appCenterSdkVersion = '4.4.5'
implementation "com.microsoft.appcenter:appcenter-analytics:${appCenterSdkVersion}"
implementation "com.microsoft.appcenter:appcenter-crashes:${appCenterSdkVersion}"
}
4 changes: 2 additions & 2 deletions android/build.gradle
@@ -1,12 +1,12 @@
buildscript {
ext.kotlin_version = '1.5.31'
ext.kotlin_version = '1.7.10'
repositories {
google()
jcenter()
}

dependencies {
classpath 'com.android.tools.build:gradle:4.2.1'
classpath 'com.android.tools.build:gradle:4.2.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
Expand Down

0 comments on commit 82dd053

Please sign in to comment.