Skip to content

Commit dbac6ca

Browse files
Updated gitignore and gradle properties for next release.
1 parent 24a7111 commit dbac6ca

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
/.idea/workspace.xml
44
.DS_Store
55
/build
6+
.iml

gradle.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
1818
# org.gradle.parallel=true
1919

20-
VERSION_NAME=1.4
21-
VERSION_CODE=5
20+
VERSION_NAME=1.4.1
21+
VERSION_CODE=6
2222
GROUP=com.github.developerpaul123.simplebluetoothlibrary
2323
POM_DESCRIPTION=Android Simple Bluetooth Library
2424
POM_URL=https://github.com/DeveloperPaul123/SimpleBluetoothLibrary

0 commit comments

Comments
 (0)