Skip to content

Commit

Permalink
chore: apply rootProject.ext.compileSdkVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
sboh1214 committed Aug 14, 2024
1 parent ed395b2 commit f1bba1b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ if (keystorePropertiesFile.exists()) {
android {
namespace 'org.sparcs.otlplus'

compileSdk 34
compileSdk rootProject.ext.compileSdkVersion

sourceSets {
main.java.srcDirs += 'src/main/kotlin'
Expand Down Expand Up @@ -83,6 +83,6 @@ flutter {

dependencies {
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test:runner:1.5.2'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
androidTestImplementation 'androidx.test:runner:1.6.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1'
}

0 comments on commit f1bba1b

Please sign in to comment.