Skip to content

Commit 481f6a0

Browse files
author
hardbacknutter
committed
bump version for 1.0.1 release
1 parent b11f36e commit 481f6a0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

TinyZXingWrapper/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ kotlin {
2626

2727
ext {
2828
// build version for the library
29-
tinyZXingWrapperVersion = "1.0.0"
29+
tinyZXingWrapperVersion = "1.0.1"
3030
}
3131

3232
android {

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
22
id("com.android.application") version '8.5.1' apply false
33
id("com.android.library") version '8.5.1' apply false
4-
id("org.jetbrains.kotlin.android") version "1.9.23" apply false
4+
id("org.jetbrains.kotlin.android") version "2.0.0" apply false
55
// https://github.com/mannodermaus/android-junit5
66
// Don't forget to update ext.mannodermaus_version
77
// id("de.mannodermaus.android-junit5") version "1.9.3.0" apply false

example/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ android {
3535

3636
defaultConfig {
3737
applicationId = "com.hardbacknutter.tinyzxingwrapper.example"
38-
versionCode = 1
39-
versionName = "1.0.0"
38+
versionCode = 2
39+
versionName = "1.0.1"
4040

4141
minSdk = rootProject.ext.minSdkVersion
4242
targetSdk = rootProject.ext.targetSdkVersion

0 commit comments

Comments
 (0)