We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 019ef80 commit 888c6e7Copy full SHA for 888c6e7
3 files changed
app/build.gradle
@@ -10,8 +10,8 @@ android {
10
applicationId "com.dosse.airpods"
11
minSdkVersion 23
12
targetSdkVersion 33
13
- versionCode 21
14
- versionName '1.9'
+ versionCode 22
+ versionName '1.9.1'
15
16
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
17
}
app/release/output-metadata.json
@@ -11,8 +11,8 @@
"type": "SINGLE",
"filters": [],
"attributes": [],
- "versionCode": 20,
- "versionName": "1.8",
+ "versionCode": 21,
+ "versionName": "1.9",
"outputFile": "app-release.apk"
18
],
build.gradle
@@ -7,7 +7,7 @@ buildscript {
7
8
9
dependencies {
- classpath 'com.android.tools.build:gradle:7.3.0'
+ classpath 'com.android.tools.build:gradle:7.3.1'
0 commit comments