Skip to content

Commit

Permalink
Build for Andorid 14
Browse files Browse the repository at this point in the history
  • Loading branch information
JingMatrix committed Aug 18, 2023
1 parent f5993c0 commit 116c978
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ plugins {
}

android {
compileSdk = 33
compileSdk = 34
namespace = "org.matrix.chromext"

defaultConfig {
applicationId = "org.matrix.chromext"
minSdk = 21
targetSdk = 33
targetSdk = 34
versionCode = 12
versionName = "3.6.0"
}
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import com.ncorti.ktfmt.gradle.tasks.KtfmtFormatTask

plugins {
id("com.android.application") version "8.1.0" apply false
id("com.android.application") version "8.2.0-alpha16" apply false
id("org.jetbrains.kotlin.android") version "1.9.0" apply false
id("com.ncorti.ktfmt.gradle") version "0.12.0"
}
Expand Down

0 comments on commit 116c978

Please sign in to comment.