Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
ychescale9 committed Aug 28, 2021
1 parent eab248c commit 13344de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test-fixture/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'

android {
compileSdkVersion 31
buildToolsVersion "31.0.0"
compileSdkVersion 30
buildToolsVersion "30.0.3"

defaultConfig {
applicationId "com.example.testapp"
minSdkVersion 15
targetSdkVersion 31
targetSdkVersion 30
versionCode 1
versionName "1.0"

Expand Down

0 comments on commit 13344de

Please sign in to comment.