From b8ed5d1d656cfece4c7ca6bea5a60d93cdd2ef95 Mon Sep 17 00:00:00 2001 From: hlvs-apps Date: Sat, 20 Aug 2022 13:39:40 +0200 Subject: [PATCH 1/4] Create LICENSE --- LICENSE | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..bf591b6 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2022 Rakibul Hasan Rajib + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. From 59c3b0401b121c21f497fb390461efc7dc61b6a3 Mon Sep 17 00:00:00 2001 From: hlvs-apps Date: Thu, 25 Aug 2022 13:26:10 +0200 Subject: [PATCH 2/4] Update Gradle Plugin Version and Compile and Target Sdk, added possibility to publishToMavenLocal --- .idea/gradle.xml | 5 +- .idea/jarRepositories.xml | 10 +++ .idea/misc.xml | 2 +- app/build.gradle | 13 ++-- app/src/main/AndroidManifest.xml | 3 +- .../android/audiomixer/MainActivity.java | 20 ++++- app/src/main/res/layout/activity_main.xml | 6 ++ audio_mixer/build.gradle | 53 ++++++++++--- build.gradle | 6 +- gradle/wrapper/gradle-wrapper.properties | 2 +- maven-publish-helper.gradle | 78 +++++++++++++++++++ 11 files changed, 168 insertions(+), 30 deletions(-) create mode 100644 maven-publish-helper.gradle diff --git a/.idea/gradle.xml b/.idea/gradle.xml index ba01ea0..99a25fd 100644 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -4,10 +4,10 @@ diff --git a/.idea/jarRepositories.xml b/.idea/jarRepositories.xml index a5f05cd..851ab99 100644 --- a/.idea/jarRepositories.xml +++ b/.idea/jarRepositories.xml @@ -21,5 +21,15 @@