Skip to content

Commit

Permalink
- compile fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Semih Özköroğlu committed Jan 25, 2022
1 parent 7fb6bff commit ebf38cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rbs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ apply plugin: 'kotlin-android'
group = 'com.github.rettersoft'

android {
compileSdkVersion 30
compileSdkVersion 31
buildToolsVersion "30.0.3"

defaultConfig {
minSdkVersion 19
targetSdkVersion 30
targetSdkVersion 31
versionCode 1
versionName "1.0"

Expand Down

0 comments on commit ebf38cf

Please sign in to comment.