Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit cf4c72c

Browse files
committed
revert back the android API bundle support from 25 to 23
1 parent 72cb03d commit cf4c72c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apply plugin: "com.android.library"
22

33
android {
4-
compileSdkVersion 25
5-
buildToolsVersion "25.0.2"
4+
compileSdkVersion 23
5+
buildToolsVersion "23.0.3"
66

77
defaultConfig {
88
minSdkVersion 16

0 commit comments

Comments
 (0)