File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ android {
24
24
logger. error(' No properties file found. Using default values.' )
25
25
}
26
26
27
- compileSdk 33
27
+ compileSdk 34
28
28
29
29
defaultConfig {
30
30
versionCode version_code
@@ -33,7 +33,7 @@ android {
33
33
applicationId " org.digitalcampus.mobile.learning"
34
34
35
35
minSdk 21
36
- targetSdk 33
36
+ targetSdk 34
37
37
38
38
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
39
39
// The following argument makes the Android Test Orchestrator run its
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ buildscript {
10
10
11
11
}
12
12
dependencies {
13
- classpath ' com.android.tools.build:gradle:7.3.1 '
13
+ classpath ' com.android.tools.build:gradle:7.4.2 '
14
14
classpath " com.neenbedankt.gradle.plugins:android-apt:1.8"
15
15
classpath " org.jacoco:org.jacoco.core:0.8.8"
16
16
classpath " org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:2.8"
Original file line number Diff line number Diff line change 1
1
# Tue Apr 04 17:23:00 CEST 2023
2
2
distributionBase =GRADLE_USER_HOME
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-7.4 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.5 -bin.zip
4
4
distributionPath =wrapper/dists
5
5
zipStorePath =wrapper/dists
6
6
zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments