Skip to content

Commit

Permalink
SDK 31
Browse files Browse the repository at this point in the history
  • Loading branch information
AkosPaha01 committed Jul 18, 2021
1 parent 37dfd82 commit e8468db
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 @@ -7,15 +7,15 @@ plugins {


android {
compileSdkVersion 30
buildToolsVersion '30.0.3'
compileSdkVersion 31
buildToolsVersion '31.0.0'
buildFeatures.dataBinding = true
buildFeatures.viewBinding = true

defaultConfig {
applicationId "de.dertyp7214.rboardthememanager"
minSdkVersion 26
targetSdkVersion 30
targetSdkVersion 31
versionCode 323004
versionName "3.2.3"

Expand Down

0 comments on commit e8468db

Please sign in to comment.