Skip to content

Commit

Permalink
Update libs to contain only jacoco library and update kotlin version …
Browse files Browse the repository at this point in the history
…to match dependencies version

This tries to fix both issues from last commit: newer dependencies version no longer could build without also updating kotlin version, and Cirrus CI failed to clone the repo due to an obscure bug in their git implementation (go-git/go-git#495). Trying to reduce repo size by removing libraries from local maven repository at /libs, hoping it will fix the issue.
  • Loading branch information
brygotti committed Mar 23, 2023
1 parent c00f904 commit 6e5e4d3
Show file tree
Hide file tree
Showing 4,605 changed files with 153 additions and 217,901 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 1 addition & 1 deletion app/build.gradle
Expand Up @@ -47,7 +47,7 @@ android {
compose true
}
composeOptions {
kotlinCompilerExtensionVersion '1.2.0'
kotlinCompilerExtensionVersion '1.4.3'
}
packagingOptions {
resources {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -18,5 +18,5 @@ buildscript {
plugins {
id 'com.android.application' version '7.4.1' apply false
id 'com.android.library' version '7.4.1' apply false
id 'org.jetbrains.kotlin.android' version '1.7.0' apply false
id 'org.jetbrains.kotlin.android' version '1.8.10' apply false
}
4 changes: 0 additions & 4 deletions libs/antlr/antlr/2.7.2/_remote.repositories

This file was deleted.

Binary file removed libs/antlr/antlr/2.7.2/antlr-2.7.2.jar
Binary file not shown.
1 change: 0 additions & 1 deletion libs/antlr/antlr/2.7.2/antlr-2.7.2.jar.sha1

This file was deleted.

6 changes: 0 additions & 6 deletions libs/antlr/antlr/2.7.2/antlr-2.7.2.pom

This file was deleted.

1 change: 0 additions & 1 deletion libs/antlr/antlr/2.7.2/antlr-2.7.2.pom.sha1

This file was deleted.

4 changes: 0 additions & 4 deletions libs/antlr/antlr/2.7.7/_remote.repositories

This file was deleted.

Binary file removed libs/antlr/antlr/2.7.7/antlr-2.7.7.jar
Binary file not shown.
1 change: 0 additions & 1 deletion libs/antlr/antlr/2.7.7/antlr-2.7.7.jar.sha1

This file was deleted.

22 changes: 0 additions & 22 deletions libs/antlr/antlr/2.7.7/antlr-2.7.7.pom

This file was deleted.

1 change: 0 additions & 1 deletion libs/antlr/antlr/2.7.7/antlr-2.7.7.pom.sha1

This file was deleted.

4 changes: 0 additions & 4 deletions libs/aopalliance/aopalliance/1.0/_remote.repositories

This file was deleted.

Binary file removed libs/aopalliance/aopalliance/1.0/aopalliance-1.0.jar
Binary file not shown.
1 change: 0 additions & 1 deletion libs/aopalliance/aopalliance/1.0/aopalliance-1.0.jar.sha1

This file was deleted.

15 changes: 0 additions & 15 deletions libs/aopalliance/aopalliance/1.0/aopalliance-1.0.pom

This file was deleted.

1 change: 0 additions & 1 deletion libs/aopalliance/aopalliance/1.0/aopalliance-1.0.pom.sha1

This file was deleted.

3 changes: 0 additions & 3 deletions libs/args4j/args4j-site/2.0.28/_remote.repositories

This file was deleted.

151 changes: 0 additions & 151 deletions libs/args4j/args4j-site/2.0.28/args4j-site-2.0.28.pom

This file was deleted.

1 change: 0 additions & 1 deletion libs/args4j/args4j-site/2.0.28/args4j-site-2.0.28.pom.sha1

This file was deleted.

4 changes: 0 additions & 4 deletions libs/args4j/args4j/2.0.28/_remote.repositories

This file was deleted.

This file was deleted.

Binary file removed libs/args4j/args4j/2.0.28/args4j-2.0.28.jar
Binary file not shown.
1 change: 0 additions & 1 deletion libs/args4j/args4j/2.0.28/args4j-2.0.28.jar.sha1

This file was deleted.

43 changes: 0 additions & 43 deletions libs/args4j/args4j/2.0.28/args4j-2.0.28.pom

This file was deleted.

1 change: 0 additions & 1 deletion libs/args4j/args4j/2.0.28/args4j-2.0.28.pom.sha1

This file was deleted.

3 changes: 0 additions & 3 deletions libs/asm/asm-parent/3.0/_remote.repositories

This file was deleted.

0 comments on commit 6e5e4d3

Please sign in to comment.