File tree Expand file tree Collapse file tree 4 files changed +10
-9
lines changed
Expand file tree Collapse file tree 4 files changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -68,14 +68,14 @@ android {
6868dependencies {
6969 implementation fileTree(dir : ' libs' , include : [' *.jar' ])
7070 implementation ' com.google.code.gson:gson:2.10'
71- implementation ' androidx.appcompat:appcompat:1.5 .1'
71+ implementation ' androidx.appcompat:appcompat:1.6 .1'
7272 implementation ' com.squareup:tape:1.2.3'
7373 testImplementation ' junit:junit:4.13.2'
7474 androidTestImplementation ' net.jodah:concurrentunit:0.4.4'
75- androidTestImplementation ' androidx.test.ext:junit:1.1.4 '
75+ androidTestImplementation ' androidx.test.ext:junit:1.1.5 '
7676 androidTestImplementation ' androidx.test:rules:1.5.0'
77- androidTestImplementation ' androidx.test.ext:junit:1.1.4 '
78- androidTestImplementation ' androidx.test.espresso:espresso-core:3.5.0 '
77+ androidTestImplementation ' androidx.test.ext:junit:1.1.5 '
78+ androidTestImplementation ' androidx.test.espresso:espresso-core:3.5.1 '
7979}
8080
8181apply from : ' publish.gradle'
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ buildscript {
77 mavenCentral()
88 }
99 dependencies {
10- classpath ' com.android.tools.build:gradle:7.3.1 '
10+ classpath ' com.android.tools.build:gradle:7.4.2 '
1111 // NOTE: Do not place your application dependencies here; they belong
1212 // in the individual module build.gradle files
1313 }
Original file line number Diff line number Diff line change 11apply plugin : ' com.android.application'
22
33android {
4- compileSdkVersion 32
4+ compileSdkVersion 33
55 defaultConfig {
66 applicationId " backtraceio.backtraceio"
77 minSdkVersion 21
8- targetSdkVersion 32
8+ targetSdkVersion 33
99 versionCode 1
1010 versionName " 1.0"
1111 testInstrumentationRunner ' androidx.test.runner.AndroidJUnitRunner'
Original file line number Diff line number Diff line change 1+ # Wed Mar 29 15:48:21 CEST 2023
12distributionBase =GRADLE_USER_HOME
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.5-bin.zip
24distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-7.4.2-bin.zip
4- zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6+ zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments