-
Notifications
You must be signed in to change notification settings - Fork 95
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prepare release 2.1.2. Migrate to vanniktech publish plugin.
- Loading branch information
Showing
6 changed files
with
30 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,44 +1,49 @@ | ||
# suppress inspection "UnusedProperty" for whole file | ||
|
||
# Compile SDK version (SDK platform to compile with) | ||
COMPILE_SDK_VERSION=android-28 | ||
COMPILE_SDK_VERSION=android-31 | ||
|
||
# Minimum SDK version (lowest SDK platform to target) | ||
MIN_SDK_VERSION=14 | ||
|
||
# Target SDK version (highest SDK platform to target) | ||
TARGET_SDK_VERSION=28 | ||
TARGET_SDK_VERSION=31 | ||
|
||
# Current library version | ||
VERSION_NAME=2.1.1 | ||
VERSION_CODE=21 | ||
VERSION_NAME=2.1.2 | ||
VERSION_CODE=22 | ||
|
||
# Dependency versions (library) | ||
RXANDROID_VERSION=2.1.0 | ||
RXJAVA_VERSION=2.2.5 | ||
ANDROIDX_ANNOTATION_VERSION=1.0.1 | ||
ANDROIDX_APPCOMPAT_VERSION=1.0.0 | ||
RXJAVA_VERSION=2.2.9 | ||
ANDROIDX_ANNOTATION_VERSION=1.2.0 | ||
ANDROIDX_APPCOMPAT_VERSION=1.3.1 | ||
ANDROIDX_FRAGMENT_VERSION=1.2.0-rc05 | ||
|
||
# Dependency versions (plugins) | ||
GRADLE_PLUGIN_VERSION=3.3.0 | ||
BINTRAY_RELEASE=0.9 | ||
GRADLE_PLUGIN_VERSION=4.1.3 | ||
|
||
android.useAndroidX=true | ||
android.enableJetifier=false | ||
|
||
# Maven | ||
USER_ORG=ivbaranov | ||
SONATYPE_HOST=DEFAULT | ||
RELEASE_SIGNING_ENABLED=true | ||
GROUP=com.github.ivbaranov | ||
ARTIFACT_ID=rxbluetooth2 | ||
|
||
android.useAndroidX=true | ||
android.enableJetifier=false | ||
|
||
POM_DESCRIPTION=Android reactive bluetooth | ||
POM_INCEPTION_YEAR=2022 | ||
POM_URL=https://github.com/ivbaranov/RxBluetooth | ||
|
||
POM_LICENSE_NAME=The Apache Software License, Version 2.0 | ||
POM_LICENSE_URL=https://www.apache.org/licenses/LICENSE-2.0.txt | ||
POM_LICENSE_DIST=repo | ||
|
||
POM_SCM_URL=https://github.com/ivbaranov/RxBluetooth | ||
POM_SCM_CONNECTION=scm:[email protected]:ivbaranov/RxBluetooth.git | ||
POM_SCM_DEV_CONNECTION=scm:[email protected]:ivbaranov/RxBluetooth.git | ||
POM_LICENCE_NAME=Apache-2.0 | ||
POM_LICENCE_URL=http://www.apache.org/licenses/LICENSE-2.0.txt | ||
POM_LICENCE_DIST=repo | ||
|
||
POM_DEVELOPER_ID=ivbaranov | ||
POM_DEVELOPER_NAME=Ivan Baranov | ||
POM_DEVELOPER_NAME=Ivan Baranov | ||
POM_DEVELOPER_URL=https://github.com/ivbaranov/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
#Mon Jul 04 17:54:05 MSK 2022 | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.1-all.zip | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters