Skip to content

Commit

Permalink
Merge branch 'main' into imageRecs_design
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrant committed Jul 31, 2023
2 parents 9c9211c + 5f6cd47 commit edc9455
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ static def computeVersionName(versionCode, label) {
final JavaVersion JAVA_VERSION = JavaVersion.VERSION_17

android {
compileSdkVersion 33
compileSdk 33

compileOptions {
coreLibraryDesugaringEnabled true
Expand All @@ -35,8 +35,8 @@ android {

defaultConfig {
applicationId 'org.wikipedia'
minSdkVersion 21
targetSdkVersion 33
minSdk 21
targetSdk 33
versionCode 50448
testApplicationId 'org.wikipedia.test'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down Expand Up @@ -99,7 +99,7 @@ android {
}
}

flavorDimensions 'default'
flavorDimensions = ['default']

productFlavors {
dev {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
mavenLocal()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.0.2'
classpath 'com.android.tools.build:gradle:8.1.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "org.jetbrains.kotlin:kotlin-serialization:$kotlin_version"
classpath 'com.google.gms:google-services:4.3.15'
Expand Down

0 comments on commit edc9455

Please sign in to comment.