Skip to content
This repository has been archived by the owner on Mar 17, 2022. It is now read-only.

Commit

Permalink
Target latest API 28
Browse files Browse the repository at this point in the history
Android Studio throws build error that Google Play requires apps to use at least targat sdk 26, so let's use latest.

One problem is that we need to grant runtime permissions to access storage before using tests.
  • Loading branch information
Robyer committed Jan 8, 2019
1 parent 5dc6e57 commit 955e85a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion eyes-two/build.gradle
Expand Up @@ -11,7 +11,7 @@ android {

defaultConfig {
minSdkVersion 16
targetSdkVersion 22
targetSdkVersion 28
versionCode 1
versionName '1.0'
}
Expand Down
2 changes: 1 addition & 1 deletion tess-two-test/build.gradle
Expand Up @@ -6,7 +6,7 @@ android {

defaultConfig {
minSdkVersion 16
targetSdkVersion 22
targetSdkVersion 28
versionCode 1
versionName '1.0'
}
Expand Down
2 changes: 1 addition & 1 deletion tess-two/build.gradle
Expand Up @@ -13,7 +13,7 @@ android {

defaultConfig {
minSdkVersion 16
targetSdkVersion 22
targetSdkVersion 28
versionCode 1
versionName '1.0'
consumerProguardFiles 'proguard-rules.pro'
Expand Down

0 comments on commit 955e85a

Please sign in to comment.