Compare commits
1 Commits
main
...
8a6df0c08e
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8a6df0c08e |
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -52,7 +52,7 @@ jobs:
|
|||||||
run: ./gradlew assembleSignedRelease
|
run: ./gradlew assembleSignedRelease
|
||||||
|
|
||||||
- name: Release
|
- name: Release
|
||||||
uses: softprops/action-gh-release@v3
|
uses: softprops/action-gh-release@v2
|
||||||
if: startsWith(github.ref, 'refs/tags/')
|
if: startsWith(github.ref, 'refs/tags/')
|
||||||
with:
|
with:
|
||||||
files: |
|
files: |
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ plugins {
|
|||||||
id 'org.jetbrains.kotlin.android'
|
id 'org.jetbrains.kotlin.android'
|
||||||
id 'org.jetbrains.kotlin.plugin.serialization' version '2.3.20'
|
id 'org.jetbrains.kotlin.plugin.serialization' version '2.3.20'
|
||||||
id 'org.jetbrains.kotlin.plugin.compose' version '2.3.20'
|
id 'org.jetbrains.kotlin.plugin.compose' version '2.3.20'
|
||||||
id 'com.mikepenz.aboutlibraries.plugin' version '14.0.1'
|
id 'com.mikepenz.aboutlibraries.plugin' version '13.2.1'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
||||||
plugins {
|
plugins {
|
||||||
id 'com.android.application' version '9.1.1' apply false
|
id 'com.android.application' version '9.1.0' apply false
|
||||||
id 'com.android.library' version '9.1.0' apply false
|
id 'com.android.library' version '9.1.0' apply false
|
||||||
id 'org.jetbrains.kotlin.android' version '2.3.20' apply false
|
id 'org.jetbrains.kotlin.android' version '2.3.20' apply false
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user