Skip to content

Commit

Permalink
Merge branch 'release/1.2.7'
Browse files Browse the repository at this point in the history
  • Loading branch information
mshdabiola committed Jun 26, 2024
2 parents f4337ef + 215765b commit 9499c6d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy_foss_to_github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,9 @@ jobs:

- name: Remove Firebase References
run: |
sed -i -e '/mlkit/,+14d' -e '/google-services/d' -e '/firebase/d' build.gradle.kts
sed -i -e '/with(target) {/,/^ }/d' -e '/CrashlyticsExtension/d' build-logic/convention/src/main/kotlin/AndroidApplicationFirebaseConventionPlugin.kt
sed -i -e '/androidx.dev/d' settings.gradle.kts
sed -i -e '/mlkit/,+14d' -e '/google-services/d' -e '/libs.firebase/d' build-logic/convention/build.gradle.kts
sed -i -e '/with(target) {/,/^ }/d' -e '/CrashlyticsExtension/d' build-logic/convention/src/main/kotlin/AndroidApplicationFirebaseConventionPlugin.kt
sed -i -e '/libs.firebase/d' build-logic/convention/build.gradle.kts
- name: Generate Release APK
run: ./gradlew assembleFossReliantRelease
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ playServicesMlkitTextRecognition = "19.0.0"
ktor = "2.3.11"
uiTextGoogleFonts = "1.6.8"

versionName = "1.2.6"
versionCode = "126"
versionName = "1.2.7"
versionCode = "127"

telephoto = "0.11.2"
lottieCompose = "6.4.0"
Expand Down
9 changes: 9 additions & 0 deletions instuctions
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,12 @@
./gradlew :app:generateReleaseBaselineProfile

./gradlew pixel6api33FossReliantBenchmarkBenchmarkAndroidTest

sed -i -e '/mlkit/,+14d' -e '/google-services/d' -e '/firebase/d' build.gradle.kts
sed -i -e '/with(target) {/,/^ }/d' -e '/CrashlyticsExtension/d' build-logic/convention/src/main/kotlin/AndroidApplicationFirebaseConventionPlugin.kt
sed -i -e '/androidx.dev/d' settings.gradle.kts
sed -i -e '/mlkit/,+14d' -e '/google-services/d' -e '/libs.firebase/d' build-logic/convention/build.gradle.kts

sed -i -e '/androidx.dev/d' settings.gradle.kts
sed -i -e '/with(target) {/,/^ }/d' -e '/CrashlyticsExtension/d' build-logic/convention/src/main/kotlin/AndroidApplicationFirebaseConventionPlugin.kt
sed -i -e '/libs.firebase/d' build-logic/convention/build.gradle.kts

0 comments on commit 9499c6d

Please sign in to comment.