Change summary
.builds/debian-stable.yml | 2 +-
build.gradle | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
Detailed changes
@@ -30,7 +30,7 @@ tasks:
- sentry: |
cd cheogram-android
sed -ie 's/<!-- INSERT -->/<meta-data android:name="io.sentry.dsn" android:value="https:\/\/680d470d348a4cc494bf2198eed30c49@o559641.ingest.sentry.io\/6221823" \/>/' src/cheogram/AndroidManifest.xml
- sed -ie 's/\/\/ INSERT/implementation "io.sentry:sentry-android:6.34.0"/' build.gradle
+ sed -ie 's/\/\/ PLUGIN INSERT/id "io.sentry.android.gradle" version "4.2.0"/' build.gradle
- build_free: |
cd cheogram-android
./gradlew assembleCheogramFreeDebug
@@ -12,6 +12,7 @@ buildscript {
plugins {
id 'org.ajoberstar.grgit' version '4.1.1'
+ // PLUGIN INSERT
}
apply plugin: 'com.android.application'
@@ -113,7 +114,6 @@ dependencies {
implementation 'com.tbuonomo:dotsindicator:4.2'
implementation 'com.github.Priyansh-Kedia:OpenGraphParser:2.5.6'
implementation 'me.xdrop:fuzzywuzzy:1.4.0'
- // INSERT
}
ext {