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 9f5a149 commit 33ee462Copy full SHA for 33ee462
1 file changed
app/build.gradle.kts
@@ -16,8 +16,8 @@ android {
16
applicationId = "com.sameerasw.airsync"
17
minSdk = 30
18
targetSdk = 36
19
- versionCode = 23
20
- versionName = "2.5.2"
+ versionCode = 24
+ versionName = "2.6.0"
21
22
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
23
}
@@ -60,7 +60,7 @@ kotlin {
60
61
62
defaultConfig {
63
- buildConfigField("String", "MIN_MAC_APP_VERSION", "\"2.5.0\"")
+ buildConfigField("String", "MIN_MAC_APP_VERSION", "\"2.6.0\"")
64
65
66
0 commit comments