Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Commit d0cca68

Browse files
committed
Set targetSdkVersion back to 28
1 parent 19f2bb4 commit d0cca68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mobile/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
buildToolsVersion = "28.0.3"
66
minSdkVersion = 21
77
compileSdkVersion = 28
8-
targetSdkVersion = 27
8+
targetSdkVersion = 28
99
supportLibVersion = "28.0.0"
1010
}
1111
repositories {

0 commit comments

Comments
 (0)