File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ apply plugin: 'com.android.application'
5
5
apply plugin : ' instabug-apm'
6
6
7
7
android {
8
- compileSdkVersion 33
8
+ compileSdkVersion 34
9
9
10
10
defaultConfig {
11
11
applicationId " com.example.instabug"
12
12
minSdkVersion 19
13
- targetSdkVersion 33
13
+ targetSdkVersion 34
14
14
versionCode 1
15
15
versionName " 1.0"
16
16
multiDexEnabled true
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ buildscript {
23
23
24
24
}
25
25
dependencies {
26
- classpath ' com.android.tools.build:gradle:4.0.1 '
26
+ classpath ' com.android.tools.build:gradle:7.4.2 '
27
27
classpath ' com.google.gms:google-services:4.3.2'
28
28
classpath " com.instabug.library:instabug-plugin:$rootProject . ext . instabugSDK "
29
29
Original file line number Diff line number Diff line change 1
- # Mon Sep 28 23:38:17 EET 2020
1
+ # Thu Dec 28 02:14:39 EET 2023
2
2
distributionBase =GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.5-bin.zip
4
5
zipStoreBase =GRADLE_USER_HOME
5
6
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-7.0.2-all.zip
You can’t perform that action at this time.
0 commit comments