Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
Amir-yazdanmanesh authored Mar 11, 2022
1 parent ac013e4 commit a9d2aa2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BLE-lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
id 'maven-publish'
}
group = 'com.github.Amir-yazdanmanesh'
version = '1.0.3'
version = '1.0.4'
android {
compileSdk 31

Expand Down Expand Up @@ -42,7 +42,7 @@ afterEvaluate {
// You can then customize attributes of the publication as shown below.
groupId = 'com.github.Amir-yazdanmanesh'
artifactId = 'Bluetooth-Low-Energy-Terminal-Android-BLE-Library'
version = '1.0.3'
version = '1.0.4'
}

}
Expand Down

0 comments on commit a9d2aa2

Please sign in to comment.