Skip to content

Commit 6e558db

Browse files
committed
barcode lib 2.3, gradle 8.4
1 parent 95a6a86 commit 6e558db

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
buildscript {
2-
extra["gradleVersion"] = "8.3"
2+
extra["gradleVersion"] = "8.4"
33
}
44

55
val gradleVersion: String by extra
@@ -17,7 +17,7 @@ plugins {
1717
}
1818

1919
group = "com.pnuema.java.barcode"
20-
version "1.19"
20+
version "2.3"
2121

2222
dependencies {
2323
implementation(libs.barcode)

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
22
#libs
3-
barcode = "1.15"
3+
barcode = "2.3"
44
openapi-ui = "2.2.0"
55

66
#plugins

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

local.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
# Location of the SDK. This is only used by Gradle.
55
# For customization when using a Version Control System, please read the
66
# header note.
7-
#Sun Feb 26 21:24:08 CST 2023
8-
sdk.dir=/Users/b359923/Library/Android/sdk
7+
#Tue Oct 17 23:30:50 CDT 2023
8+
sdk.dir=C\:\\Users\\bradb\\AppData\\Local\\Android\\Sdk

0 commit comments

Comments
 (0)