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
2 parents 91de25a + a9d2aa2 commit b1b94c1
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.5'
version = '1.0.6'
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.5'
version = '1.0.6'
}

}
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.5'
implementation project(path: ':BLE-lib')
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 b1b94c1

Please sign in to comment.