Skip to content

Commit dd0829e

Browse files
committed
chore: release 1.9.0
1 parent 0e33eb3 commit dd0829e

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

mobile/build.gradle

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ android {
1111
applicationId "com.matejdro.wearmusiccenter"
1212
minSdkVersion 21
1313
targetSdkVersion 30
14-
versionCode 23
15-
versionName "1.8.0"
14+
versionCode 24
15+
versionName "1.9.0"
1616
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
1717
wearAppUnbundled true
1818
multiDexEnabled true
@@ -41,6 +41,9 @@ android {
4141
freeCompilerArgs += "-Xopt-in=kotlinx.coroutines.DelicateCoroutinesApi"
4242

4343
}
44+
lintOptions {
45+
disable 'ExpiredTargetSdkVersion'
46+
}
4447
}
4548

4649
kapt {

wear/build.gradle

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ android {
1010
applicationId "com.matejdro.wearmusiccenter"
1111
minSdkVersion 25
1212
targetSdkVersion 30
13-
versionCode 129
14-
versionName "1.6.2"
13+
versionCode 130
14+
versionName "1.9.0"
1515
}
1616
buildTypes {
1717
release {
@@ -35,6 +35,9 @@ android {
3535
freeCompilerArgs += "-Xopt-in=kotlin.ExperimentalStdlibApi"
3636
freeCompilerArgs += "-Xopt-in=kotlinx.coroutines.ExperimentalCoroutinesApi"
3737
}
38+
lintOptions {
39+
disable 'ExpiredTargetSdkVersion'
40+
}
3841
}
3942

4043
unMock {

0 commit comments

Comments
 (0)