Skip to content

Commit

Permalink
Initial updates for OPPIA-1653
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlittle committed Jul 15, 2024
1 parent 2e53bad commit 73c42cd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ android {
logger.error('No properties file found. Using default values.')
}

compileSdk 33
compileSdk 34

defaultConfig {
versionCode version_code
Expand All @@ -33,7 +33,7 @@ android {
applicationId "org.digitalcampus.mobile.learning"

minSdk 21
targetSdk 33
targetSdk 34

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
// The following argument makes the Android Test Orchestrator run its
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ buildscript {

}
dependencies {
classpath 'com.android.tools.build:gradle:7.3.1'
classpath 'com.android.tools.build:gradle:7.4.2'
classpath "com.neenbedankt.gradle.plugins:android-apt:1.8"
classpath "org.jacoco:org.jacoco.core:0.8.8"
classpath "org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:2.8"
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Tue Apr 04 17:23:00 CEST 2023
distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME

0 comments on commit 73c42cd

Please sign in to comment.