@ua/react-native-airship 26.0.0 → 26.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/android/build.gradle
CHANGED
|
@@ -60,14 +60,10 @@ android {
|
|
|
60
60
|
targetCompatibility JavaVersion.VERSION_17
|
|
61
61
|
}
|
|
62
62
|
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
"generated/jni"
|
|
68
|
-
]
|
|
69
|
-
}
|
|
70
|
-
}
|
|
63
|
+
// Note: android/generated/ directory contains pre-generated codegen files
|
|
64
|
+
// for backwards compatibility with older React Native versions (< 0.72).
|
|
65
|
+
// For RN 0.72+ with new architecture, codegen generates these automatically
|
|
66
|
+
// in build/generated/source/codegen/, so we don't include them here.
|
|
71
67
|
}
|
|
72
68
|
|
|
73
69
|
repositories {
|
package/package.json
CHANGED