From 9557a39f444d3eb2bed7c2b8183466087c4993fb Mon Sep 17 00:00:00 2001 From: amir yazdan Date: Fri, 11 Mar 2022 11:36:17 +0330 Subject: [PATCH] fix jitpack dependencies --- BLE-lib/build.gradle | 4 ++-- app/build.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/BLE-lib/build.gradle b/BLE-lib/build.gradle index 5a4e786..e8e8773 100644 --- a/BLE-lib/build.gradle +++ b/BLE-lib/build.gradle @@ -4,7 +4,7 @@ plugins { id 'maven-publish' } group = 'com.github.Amir-yazdanmanesh' -version = '1.0.2' +version = '1.0.3' android { compileSdk 31 @@ -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' } } diff --git a/app/build.gradle b/app/build.gradle index 144a882..c23e970 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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'