From a9d2aa24d1075620e7eff6bddd0c3d52175cb309 Mon Sep 17 00:00:00 2001 From: AmirMohammad Yazdanmanesh Date: Fri, 11 Mar 2022 12:00:49 +0330 Subject: [PATCH] Update build.gradle --- BLE-lib/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BLE-lib/build.gradle b/BLE-lib/build.gradle index 8c02eb5..be6112b 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.3' +version = '1.0.4' 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.3' + version = '1.0.4' } }