Skip to content

Commit

Permalink
SecondScreen 2.9.3 (release 1)
Browse files Browse the repository at this point in the history
* Bump version code for 2.9.3 release
  • Loading branch information
farmerbb authored Jan 19, 2023
1 parent 50917d0 commit 07e64f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ android {
//noinspection OldTargetApi
targetSdkVersion 31

This comment has been minimized.

Copy link
@mkkwiwjdho

mkkwiwjdho Dec 21, 2023

sudo adb start-server
sudo adb shell pm grant com.farmerbb.secondscreen.free android.permission.WRITE_SECURE_SETTINGS


versionCode 184
versionName "2.9.2"
versionCode 185
versionName "2.9.3"

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

buildConfigField "float", "TESTED_API_VERSION", "31.0f"
buildConfigField "float", "TESTED_API_VERSION", "33.0f"
buildConfigField "String", "SUPPORT_APPLICATION_ID", "\"com.farmerbb.secondscreen.support\""
buildConfigField "long", "TIMESTAMP", "${System.currentTimeMillis()}L"
}
Expand Down

0 comments on commit 07e64f7

Please sign in to comment.