Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated environment and targeted SDK #13

Merged
merged 3 commits into from
Jan 15, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
[SDK-Update] bumped to SDK 31
  • Loading branch information
teogor committed Jan 15, 2022
commit 85e92beadffffd5a832ffe66d50a28641dd0d2f0
9 changes: 4 additions & 5 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,14 @@ plugins {
}

android {
compileSdk 30
buildToolsVersion "30.0.3"
compileSdk 31

defaultConfig {
applicationId "com.zeoflow.depot"
minSdk 21
targetSdk 30
versionCode 1
versionName "1.0.0"
targetSdk 31
versionCode 3
versionName "1.0.2"
}

buildTypes {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ buildscript {
}
}
dependencies {
classpath 'com.android.tools.build:gradle:7.1.0-alpha02'
classpath 'com.android.tools.build:gradle:7.1.0-rc01'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.10"
classpath("com.google.devtools.ksp:symbol-processing-gradle-plugin:1.5.0-1.0.0-alpha10")
classpath("com.google.code.gson:gson:2.8.0")
Expand Down
2 changes: 1 addition & 1 deletion dispatcher-compiler/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

android {
compileSdk 30
compileSdk 31
defaultConfig {
multiDexEnabled true
}
Expand Down
2 changes: 1 addition & 1 deletion dispatcher-runtime/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

android {
compileSdk 30
compileSdk 31
}

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion runtime/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

android {
compileSdk 30
compileSdk 31
buildFeatures {
aidl = true
}
Expand Down
2 changes: 1 addition & 1 deletion sqlite-framework/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

android {
compileSdk 30
compileSdk 31
}

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion sqlite/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ plugins {
}

android {
compileSdk 30
compileSdk 31
}

dependencies {
Expand Down