Skip to content

Commit 0422acd

Browse files
Upgrades gradle version to 7.5 and gradle plugin version to 7.4.2 (#467)
1 parent f15570f commit 0422acd

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ apply plugin: 'com.android.application'
55
apply plugin: 'instabug-apm'
66

77
android {
8-
compileSdkVersion 33
8+
compileSdkVersion 34
99

1010
defaultConfig {
1111
applicationId "com.example.instabug"
1212
minSdkVersion 19
13-
targetSdkVersion 33
13+
targetSdkVersion 34
1414
versionCode 1
1515
versionName "1.0"
1616
multiDexEnabled true

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ buildscript {
2323

2424
}
2525
dependencies {
26-
classpath 'com.android.tools.build:gradle:4.0.1'
26+
classpath 'com.android.tools.build:gradle:7.4.2'
2727
classpath 'com.google.gms:google-services:4.3.2'
2828
classpath "com.instabug.library:instabug-plugin:$rootProject.ext.instabugSDK"
2929

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

0 commit comments

Comments
 (0)