diff --git a/.builds/debian-stable.yml b/.builds/debian-stable.yml index 52b94bce68a2ecfeccd5609fb48f34eec9d1781f..bc4ecec3d5a980d29ee39cfa72fb42c0798b511d 100644 --- a/.builds/debian-stable.yml +++ b/.builds/debian-stable.yml @@ -30,7 +30,7 @@ tasks: - sentry: | cd cheogram-android sed -ie 's///' 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 diff --git a/build.gradle b/build.gradle index 9d6d88b024c7e5583525a256f0c9c154866713dd..5de9817510a06a633b5bc5d165fe4d1170d01e2d 100644 --- a/build.gradle +++ b/build.gradle @@ -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 {