Skip to content

Commit

Permalink
disable jetifier
Browse files Browse the repository at this point in the history
  • Loading branch information
mopsalarm committed Nov 27, 2023
1 parent 5ced634 commit 21975e1
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 291 deletions.
17 changes: 4 additions & 13 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -152,11 +152,10 @@ android.applicationVariants.all { variant ->
repositories {
maven { url "https://jitpack.io" }
maven { url "https://maven.google.com" }
// maven { url "https://oss.sonatype.org/content/repositories/snapshots" }
}

dependencies {
implementation fileTree(dir: "libs", include: ["*.jar"])
implementation fileTree(dir: "libs", include: ["*.jar", "*.aar"])

implementation project(":model")

Expand Down Expand Up @@ -201,7 +200,7 @@ dependencies {
implementation "com.squareup.okhttp3:okhttp-dnsoverhttps"
implementation "com.squareup.okhttp3:okhttp-brotli"

implementation "com.squareup.picasso:picasso:2.71828"
implementation "com.squareup.picasso:picasso:2.8"

implementation "com.squareup.moshi:moshi:1.15.0"

Expand All @@ -214,7 +213,8 @@ dependencies {
implementation "com.github.mopsalarm:subsampling-scale-image-view:3.10.0-1"
implementation "com.indeed:java-dogstatsd-client:2.0.16"
implementation "me.leolin:ShortcutBadger:1.1.22@aar"
implementation 'com.github.AlexKorRnd:ChipsLayoutManager:v0.3.8.4'
// implementation 'com.github.AlexKorRnd:ChipsLayoutManager:v0.3.8.4'
// implementation "ir.mahdiparastesh:chipslayoutmanager:0.5.0@aar"
implementation "com.leinardi.android:speed-dial:3.3.0"

implementation "androidx.work:work-runtime-ktx:2.8.1"
Expand All @@ -225,15 +225,6 @@ dependencies {
implementation 'androidx.media3:media3-exoplayer:1.2.0'

debugImplementation 'androidx.multidex:multidex:2.0.1'

androidTestImplementation "androidx.test.ext:junit:1.1.5"
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
androidTestImplementation 'androidx.test.espresso:espresso-contrib:3.5.1'
androidTestImplementation 'androidx.test.espresso:espresso-idling-resource:3.5.1'
androidTestImplementation 'androidx.test:runner:1.5.2'
androidTestImplementation 'androidx.test:rules:1.5.0'

androidTestImplementation 'com.jakewharton.espresso:okhttp3-idling-resource:1.0.0'
}

configurations {
Expand Down
Binary file added app/libs/chipslayoutmanager-0.5.0.aar
Binary file not shown.
274 changes: 0 additions & 274 deletions app/src/androidTest/java/com/pr0gramm/app/ui/MainActivityTest.kt

This file was deleted.

4 changes: 2 additions & 2 deletions app/src/main/java/com/pr0gramm/app/ui/views/TagsView.kt
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ import androidx.recyclerview.widget.DefaultItemAnimator
import androidx.recyclerview.widget.DiffUtil
import androidx.recyclerview.widget.LinearLayoutManager
import androidx.recyclerview.widget.RecyclerView
import com.beloo.widget.chipslayoutmanager.ChipsLayoutManager
import com.beloo.widget.chipslayoutmanager.SpacingItemDecoration
import ir.mahdiparastesh.chlm.ChipsLayoutManager
import ir.mahdiparastesh.chlm.SpacingItemDecoration
import com.google.android.material.snackbar.Snackbar
import com.pr0gramm.app.R
import com.pr0gramm.app.Settings
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ org.gradle.daemon=true
org.gradle.jvmargs=-Xmx2g
kotlin.compiler.execution.strategy=in-process
android.useAndroidX=true
android.enableJetifier=true
android.enableJetifier=false
android.enableR8.fullMode=true
android.defaults.buildfeatures.buildconfig=true
android.nonTransitiveRClass=false
Expand Down
1 change: 0 additions & 1 deletion model/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ sqldelight {
repositories {
maven { url "https://jitpack.io" }
maven { url "https://maven.google.com" }
// maven { url "https://oss.sonatype.org/content/repositories/snapshots" }
}

dependencies {
Expand Down

0 comments on commit 21975e1

Please sign in to comment.