Skip to content

Commit 888c6e7

Browse files
committed
Release 1.9.1
1 parent 019ef80 commit 888c6e7

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ android {
1010
applicationId "com.dosse.airpods"
1111
minSdkVersion 23
1212
targetSdkVersion 33
13-
versionCode 21
14-
versionName '1.9'
13+
versionCode 22
14+
versionName '1.9.1'
1515

1616
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1717
}

app/release/output-metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"type": "SINGLE",
1212
"filters": [],
1313
"attributes": [],
14-
"versionCode": 20,
15-
"versionName": "1.8",
14+
"versionCode": 21,
15+
"versionName": "1.9",
1616
"outputFile": "app-release.apk"
1717
}
1818
],

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ buildscript {
77

88
}
99
dependencies {
10-
classpath 'com.android.tools.build:gradle:7.3.0'
10+
classpath 'com.android.tools.build:gradle:7.3.1'
1111
}
1212
}
1313

0 commit comments

Comments
 (0)