Skip to content

Commit 73c42cd

Browse files
committed
Initial updates for OPPIA-1653
1 parent 2e53bad commit 73c42cd

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ android {
2424
logger.error('No properties file found. Using default values.')
2525
}
2626

27-
compileSdk 33
27+
compileSdk 34
2828

2929
defaultConfig {
3030
versionCode version_code
@@ -33,7 +33,7 @@ android {
3333
applicationId "org.digitalcampus.mobile.learning"
3434

3535
minSdk 21
36-
targetSdk 33
36+
targetSdk 34
3737

3838
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
3939
// The following argument makes the Android Test Orchestrator run its

build.gradle

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

1111
}
1212
dependencies {
13-
classpath 'com.android.tools.build:gradle:7.3.1'
13+
classpath 'com.android.tools.build:gradle:7.4.2'
1414
classpath "com.neenbedankt.gradle.plugins:android-apt:1.8"
1515
classpath "org.jacoco:org.jacoco.core:0.8.8"
1616
classpath "org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:2.8"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Tue Apr 04 17:23:00 CEST 2023
22
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
44
distributionPath=wrapper/dists
55
zipStorePath=wrapper/dists
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)