File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ kotlin {
26
26
27
27
ext {
28
28
// build version for the library
29
- tinyZXingWrapperVersion = " 1.0.0 "
29
+ tinyZXingWrapperVersion = " 1.0.1 "
30
30
}
31
31
32
32
android {
Original file line number Diff line number Diff line change 1
1
plugins {
2
2
id(" com.android.application" ) version ' 8.5.1' apply false
3
3
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
5
5
// https://github.com/mannodermaus/android-junit5
6
6
// Don't forget to update ext.mannodermaus_version
7
7
// id("de.mannodermaus.android-junit5") version "1.9.3.0" apply false
Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ android {
35
35
36
36
defaultConfig {
37
37
applicationId = " com.hardbacknutter.tinyzxingwrapper.example"
38
- versionCode = 1
39
- versionName = " 1.0.0 "
38
+ versionCode = 2
39
+ versionName = " 1.0.1 "
40
40
41
41
minSdk = rootProject. ext. minSdkVersion
42
42
targetSdk = rootProject. ext. targetSdkVersion
You can’t perform that action at this time.
0 commit comments