Skip to content

Commit

Permalink
Revert Gradle plugin to 4.0.1 as 4.1.0/4.1.1 create bad apk (ClassNot…
Browse files Browse the repository at this point in the history
…FoundException: android.view.x)
  • Loading branch information
dkrivoruchko committed Nov 11, 2020
1 parent 05c71a7 commit d2ecd2c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ android {
applicationId = "info.dvkr.screenstream"
minSdkVersion(21)
targetSdkVersion(30)
versionCode = 30500
versionName = "3.5.0"
versionCode = 30501
versionName = "3.5.1"
resConfigs("en", "ru", "pt-rBR", "zh-rTW", "fr-rFR", "fa", "it", "pl", "hi", "de", "sk", "es", "ar", "ja", "gl", "cat")

vectorDrawables.useSupportLibrary = true
Expand Down
4 changes: 2 additions & 2 deletions data/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
defaultConfig {
minSdkVersion(21)
targetSdkVersion(30)
versionCode = 30500
versionName = "3.5.0"
versionCode = 30501
versionName = "3.5.1"
}

compileOptions {
Expand Down

0 comments on commit d2ecd2c

Please sign in to comment.