You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sed -E -i ''"s/VERSION_CODE=([0-9]+)/VERSION_CODE=$version_code/g" gradle.properties
13
+
14
+
sed -E -i ''"s/VERSION_NAME=([0-9]+\.[0-9]+\.[0-9]+)/VERSION_NAME=$appsflyerversion-rc$rc/g" gradle.properties
15
+
16
+
sed -E -i ''"s/(POM_ARTIFACT_ID=.*)/\1-beta/g" gradle.properties
17
+
18
+
sed -E -i ''"s/(Built with AppsFlyer Android SDK.*)([0-9]+\.[0-9]+\.[0-9]+)(.*)/\1$appsflyerversion\3/g" Readme.md
19
+
sed -E -i ''"s/(.*appsflyer:segment-android-integration:)([0-9]+\.[0-9]+\.[0-9]+)(.*)/\1$appsflyerversion\3/g" Readme.md
20
+
21
+
sed -E -i ''"s/(.*setPluginInfo.*)([0-9]+\.[0-9]+\.[0-9]+)(.*)/\1$appsflyerversion\3/g" app/src/main/java/com/segment/analytics/android/integrations/appsflyer/AppsflyerIntegration.java
0 commit comments