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

Commit ac516f3

Browse files
committed
Set targetSdkVersion back to 27 to be able to debug app in development mode
1 parent af805d5 commit ac516f3

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 = 28
8+
targetSdkVersion = 27
99
supportLibVersion = "28.0.0"
1010
}
1111
repositories {

0 commit comments

Comments
 (0)