Skip to content

Commit

Permalink
fix jitpack dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Amir-yazdanmanesh committed Mar 11, 2022
1 parent 450eca1 commit 9557a39
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.2'
version = '1.0.3'
android {
compileSdk 31

Expand Down Expand Up @@ -37,7 +37,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.2'
version = '1.0.3'
}

}
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.4.1'
implementation 'com.google.android.material:material:1.5.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.3'
implementation 'com.github.Amir-yazdanmanesh:Bluetooth-Low-Energy-Terminal-Android-BLE-Library:1.0.2'
implementation 'com.github.Amir-yazdanmanesh:Bluetooth-Low-Energy-Terminal-Android-BLE-Library:1.0.3'
testImplementation 'junit:junit:4.+'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
Expand Down

0 comments on commit 9557a39

Please sign in to comment.