Skip to content

Commit 07e64f7

Browse files
authored
SecondScreen 2.9.3 (release 1)
* Bump version code for 2.9.3 release
1 parent 50917d0 commit 07e64f7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ android {
1919
//noinspection OldTargetApi
2020
targetSdkVersion 31
2121

22-
versionCode 184
23-
versionName "2.9.2"
22+
versionCode 185
23+
versionName "2.9.3"
2424

2525
resConfigs "en", "es", "fr", "sk", "nl", "it", "zh"
2626
vectorDrawables.useSupportLibrary = true
2727

28-
buildConfigField "float", "TESTED_API_VERSION", "31.0f"
28+
buildConfigField "float", "TESTED_API_VERSION", "33.0f"
2929
buildConfigField "String", "SUPPORT_APPLICATION_ID", "\"com.farmerbb.secondscreen.support\""
3030
buildConfigField "long", "TIMESTAMP", "${System.currentTimeMillis()}L"
3131
}

0 commit comments

Comments
 (0)