Skip to content

Commit

Permalink
build: bump version 8
Browse files Browse the repository at this point in the history
  • Loading branch information
septs committed Oct 28, 2024
1 parent 55c5d87 commit 1edae2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ android {
applicationId = "app.septs.euiccprobe"
minSdk = 21
targetSdk = 34
versionCode = 7
versionCode = 8
versionName = "1.0"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id("com.android.application") version "8.7.0" apply false
id("com.android.application") version "8.7.1" apply false
id("org.jetbrains.kotlin.android") version "1.9.22" apply false
}

0 comments on commit 1edae2c

Please sign in to comment.