Merge branch 'gradle-dependency-verification' into 'master'
Gradle dependency verification See merge request fdroid/fdroidclient!913
This commit is contained in:
commit
33683cf870
1
.gitattributes
vendored
Normal file
1
.gitattributes
vendored
Normal file
@ -0,0 +1 @@
|
||||
*.gpg binary
|
@ -53,7 +53,7 @@ errorprone:
|
||||
stage: test
|
||||
script:
|
||||
- cat config/errorprone.gradle >> app/build.gradle
|
||||
- ./gradlew assembleDebug
|
||||
- ./gradlew -Dorg.gradle.dependency.verification=lenient assembleDebug
|
||||
|
||||
# once these prove stable, the task should be switched to
|
||||
# connectedCheck to test all the build flavors
|
||||
|
@ -1,3 +1,11 @@
|
||||
### 1.10-alpha0 (2020-07-20)
|
||||
|
||||
* updates to core libraries (Jackson, androidx, gradle, etc)
|
||||
|
||||
* use Gradle's new dependency verification
|
||||
|
||||
* polish whitelabeling support
|
||||
|
||||
### 1.9 (2020-06-25)
|
||||
|
||||
* Removed "Android App Link" support since it cannot work with
|
||||
|
@ -5,7 +5,7 @@ buildscript {
|
||||
jcenter() // download from jCenter as last resort https://blog.autsoft.hu/a-confusing-dependency
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:3.6.0'
|
||||
classpath 'com.android.tools.build:gradle:3.6.3'
|
||||
}
|
||||
}
|
||||
allprojects {
|
||||
|
BIN
gradle/verification-keyring.gpg
Normal file
BIN
gradle/verification-keyring.gpg
Normal file
Binary file not shown.
2579
gradle/verification-metadata.xml
Normal file
2579
gradle/verification-metadata.xml
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user