This repository was archived by the owner on Oct 9, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 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'
55apply plugin : ' instabug-apm'
66
77android {
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
Original file line number Diff line number Diff 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
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
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
4+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.5-bin.zip
45zipStoreBase =GRADLE_USER_HOME
56zipStorePath =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