Skip to content

Commit

Permalink
Release v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
KreitinnSoftware committed Jan 29, 2025
1 parent d9ec6a3 commit e6405cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ android {
minSdk = 28
//noinspection ExpiredTargetSdkVersion
targetSdk = 28
versionCode = 2
versionName = "v0.1.1"
versionCode = 3
versionName = "v0.1.2"
signingConfig = signingConfigs.getByName("debug")
proguardFiles()
}
Expand Down Expand Up @@ -97,4 +97,4 @@ fun getGitShortSHA(): String {
standardOutput = stdout
}
return stdout.toString().trim()
}
}

0 comments on commit e6405cb

Please sign in to comment.