Compare commits
5
Commits
28b0d15511
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2a9a0463b9 | ||
|
|
29006aae25 | ||
|
|
0994a7ba72 | ||
|
|
391e530953 | ||
|
|
6ab13de711 |
@@ -100,6 +100,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Upload to Google Play
|
- name: Upload to Google Play
|
||||||
uses: r0adkll/upload-google-play@v1
|
uses: r0adkll/upload-google-play@v1
|
||||||
|
if: startsWith(github.ref, 'refs/tags/')
|
||||||
with:
|
with:
|
||||||
serviceAccountJsonPlainText: ${{ secrets.SERVICE_ACCOUNT_JSON }}
|
serviceAccountJsonPlainText: ${{ secrets.SERVICE_ACCOUNT_JSON }}
|
||||||
packageName: net.helcel.fidelity
|
packageName: net.helcel.fidelity
|
||||||
|
|||||||
+1
-1
@@ -145,7 +145,7 @@ dependencies {
|
|||||||
|
|
||||||
//Submodule
|
//Submodule
|
||||||
//noinspection NewerVersionAvailable
|
//noinspection NewerVersionAvailable
|
||||||
implementation 'joda-time:joda-time:2.14.3'
|
implementation 'joda-time:joda-time:2.14.4'
|
||||||
implementation 'org.joda:joda-convert:3.0.1'
|
implementation 'org.joda:joda-convert:3.0.1'
|
||||||
|
|
||||||
testImplementation 'junit:junit:4.13.2'
|
testImplementation 'junit:junit:4.13.2'
|
||||||
|
|||||||
+1
-1
@@ -8,7 +8,7 @@ buildscript {
|
|||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
id 'com.android.application' version '9.4.1' apply false
|
id 'com.android.application' version '9.4.1' apply false
|
||||||
id 'com.android.library' version '9.3.2' apply false
|
id 'com.android.library' version '9.4.1' apply false
|
||||||
id 'org.jetbrains.kotlin.android' version '2.3.21' apply false
|
id 'org.jetbrains.kotlin.android' version '2.3.21' apply false
|
||||||
id 'com.autonomousapps.dependency-analysis' version '3.13.0' apply true
|
id 'com.autonomousapps.dependency-analysis' version '3.13.0' apply true
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user