Skip to content

Commit

Permalink
migrate to compileSdk and minSdk
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekpacia committed Apr 2, 2024
1 parent 321ca21 commit 56964b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sqflite/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ android {
if (project.android.hasProperty("namespace")) {
namespace 'com.tekartik.sqflite'
}
compileSdkVersion 34
compileSdk 34

compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}

defaultConfig {
minSdkVersion 16
minSdk 16
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
lintOptions {
Expand Down

0 comments on commit 56964b6

Please sign in to comment.