Release 1.9.1

This commit is contained in:
Federico
2022-10-30 11:13:23 +01:00
parent 019ef80ec9
commit 888c6e7d0d
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -10,8 +10,8 @@ android {
applicationId "com.dosse.airpods"
minSdkVersion 23
targetSdkVersion 33
versionCode 21
versionName '1.9'
versionCode 22
versionName '1.9.1'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
+2 -2
View File
@@ -11,8 +11,8 @@
"type": "SINGLE",
"filters": [],
"attributes": [],
"versionCode": 20,
"versionName": "1.8",
"versionCode": 21,
"versionName": "1.9",
"outputFile": "app-release.apk"
}
],
+1 -1
View File
@@ -7,7 +7,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:7.3.0'
classpath 'com.android.tools.build:gradle:7.3.1'
}
}