Actually bump version

This commit is contained in:
Itai Levin
2024-04-05 00:28:32 +03:00
committed by GitHub
parent 93d52efc27
commit 6a00d8ce24
+2 -2
View File
@@ -10,7 +10,7 @@ android {
applicationId "com.dosse.airpods"
minSdk 26
targetSdk 34
versionCode 22
versionCode 23
versionName '1.10'
}
@@ -33,4 +33,4 @@ android {
dependencies {
implementation libs.androidx.appcompat
implementation libs.androidx.preference
}
}