diff --git a/BLE-lib/build.gradle b/BLE-lib/build.gradle index 0d797ca..9a10e7b 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.5' +version = '1.0.6' android { compileSdk 31 @@ -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' } } diff --git a/app/build.gradle b/app/build.gradle index 01014bc..ce2a2a9 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.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'