Skip to content

Commit

Permalink
Dependency version updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
halilozel1903 committed Oct 22, 2022
1 parent a8a8c74 commit 6a533d9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ plugins {
}

android {
compileSdkVersion 32
compileSdkVersion 33

defaultConfig {
applicationId "com.veripark.buildvariantapp"
minSdkVersion 24
targetSdkVersion 32
targetSdkVersion 33
versionCode 1
versionName "1.0"

Expand Down Expand Up @@ -80,7 +80,7 @@ dependencies {
huaweiImplementation 'com.huawei.hms:push:6.1.0.300'

// Google Dependencies
googleImplementation 'com.google.android.gms:play-services-maps:18.0.2'
googleImplementation 'com.google.android.gms:play-services-maps:18.1.0'
// Import the BoM for the Firebase platform
googleImplementation platform('com.google.firebase:firebase-bom:29.0.3')
// Firebase Cloud Messaging
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.kotlin_version = "1.7.10"
ext.kotlin_version = "1.7.20"
repositories {
google()
mavenCentral()
Expand All @@ -14,7 +14,7 @@ buildscript {
classpath 'com.huawei.agconnect:agcp:1.6.5.300'

// GMS
classpath 'com.google.gms:google-services:4.3.10'
classpath 'com.google.gms:google-services:4.3.14'
}
}

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ android.useAndroidX=true
# Automatically convert third-party libraries to use AndroidX
android.enableJetifier=true
# Kotlin code style for this project: "official" or "obsolete":
kotlin.code.style=official
kotlin.code.style=official

0 comments on commit 6a533d9

Please sign in to comment.