We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6604e86 commit 697d37aCopy full SHA for 697d37a
app/build.gradle
@@ -10,8 +10,8 @@ android {
10
applicationId "com.psp.android_bluetooth_library"
11
minSdkVersion 20
12
targetSdkVersion 30
13
- versionCode 1
14
- versionName "1.0.2"
+ versionCode 4
+ versionName "1.0.4"
15
16
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
17
}
bluetoothlibrary/build.gradle
@@ -9,8 +9,8 @@ android {
9
defaultConfig {
- versionName "1.0.3"
consumerProguardFiles "consumer-rules.pro"
0 commit comments