Skip to content

Commit

Permalink
SecondScreen 2.9.2 (release 1)
Browse files Browse the repository at this point in the history
* Bump version code for 2.9.2 release
  • Loading branch information
farmerbb committed Jan 12, 2021
1 parent b22cd54 commit 74c05c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repositories {

android {
compileSdkVersion 30
buildToolsVersion "30.0.2"
buildToolsVersion "30.0.3"

defaultConfig {
applicationId "com.farmerbb.secondscreen"
Expand All @@ -32,8 +32,8 @@ android {
//noinspection OldTargetApi
targetSdkVersion 29

versionCode 183
versionName "2.9.1"
versionCode 184
versionName "2.9.2"

resConfigs "en", "es", "fr", "sk", "nl", "it", "zh"
vectorDrawables.useSupportLibrary = true
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.8-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 74c05c9

Please sign in to comment.