We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03239dd commit a61d3c1Copy full SHA for a61d3c1
test-app/gradle.properties
@@ -25,7 +25,9 @@ NS_DEFAULT_COMPILE_SDK_VERSION=31
25
NS_DEFAULT_MIN_SDK_VERSION=17
26
NS_DEFAULT_ANDROID_BUILD_TOOLS_VERSION=7.1.2
27
28
-ns_default_androidx_appcompat_version = 1.4.1
+# 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
31
ns_default_androidx_exifinterface_version = 1.3.3
32
ns_default_androidx_fragment_version = 1.4.1
33
ns_default_androidx_material_version = 1.5.0
0 commit comments