Skip to content

Commit a61d3c1

Browse files
committed
fix: app freezing on splash screen
1 parent 03239dd commit a61d3c1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test-app/gradle.properties

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ NS_DEFAULT_COMPILE_SDK_VERSION=31
2525
NS_DEFAULT_MIN_SDK_VERSION=17
2626
NS_DEFAULT_ANDROID_BUILD_TOOLS_VERSION=7.1.2
2727

28-
ns_default_androidx_appcompat_version = 1.4.1
28+
# we're defaulting to 1.3.1 instead of 1.4.0+ due to an issue where a newer
29+
# version pulls in API29+ apis and freezes the app on the Splash Screen.
30+
ns_default_androidx_appcompat_version = 1.3.1
2931
ns_default_androidx_exifinterface_version = 1.3.3
3032
ns_default_androidx_fragment_version = 1.4.1
3133
ns_default_androidx_material_version = 1.5.0

0 commit comments

Comments
 (0)