Skip to content

Commit

Permalink
update(version): v2.0
Browse files Browse the repository at this point in the history
Signed-off-by: WangZhiYao <393893729@qq.com>
  • Loading branch information
WangZhiYao committed May 20, 2024
1 parent bbcfded commit 672e3d7
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
import java.io.FileInputStream
import java.util.Properties

plugins {
alias(libs.plugins.android.application)
alias(libs.plugins.jetbrains.kotlin.android)
Expand All @@ -18,8 +15,8 @@ android {
applicationId = "com.paperloong.illuminometer"
minSdk = 24
targetSdk = 34
versionCode = 1
versionName = "1.0"
versionCode = 2
versionName = "2.0"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down

0 comments on commit 672e3d7

Please sign in to comment.