Skip to content

Commit

Permalink
Upgrades gradle version to 7.5 and gradle plugin version to 7.4.2 (#467)
Browse files Browse the repository at this point in the history
  • Loading branch information
kareem-waleed authored Dec 28, 2023
1 parent f15570f commit 0422acd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ apply plugin: 'com.android.application'
apply plugin: 'instabug-apm'

android {
compileSdkVersion 33
compileSdkVersion 34

defaultConfig {
applicationId "com.example.instabug"
minSdkVersion 19
targetSdkVersion 33
targetSdkVersion 34
versionCode 1
versionName "1.0"
multiDexEnabled true
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ buildscript {

}
dependencies {
classpath 'com.android.tools.build:gradle:4.0.1'
classpath 'com.android.tools.build:gradle:7.4.2'
classpath 'com.google.gms:google-services:4.3.2'
classpath "com.instabug.library:instabug-plugin:$rootProject.ext.instabugSDK"

Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Mon Sep 28 23:38:17 EET 2020
#Thu Dec 28 02:14:39 EET 2023
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-all.zip

0 comments on commit 0422acd

Please sign in to comment.