We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents db4197e + d753919 commit 8fb7ebdCopy full SHA for 8fb7ebd
2 files changed
.github/workflows/ci.yml
@@ -1,8 +1,8 @@
1
name: Android CI
2
3
on:
4
- push:
5
pull_request:
+ workflow_dispatch:
6
7
jobs:
8
build:
app/build.gradle
@@ -18,8 +18,8 @@ android {
18
applicationId "com.leoleo.androidapptemplate"
19
minSdk 29
20
targetSdk 33
21
- versionCode 101
22
- versionName "1.0.1"
+ versionCode 102
+ versionName "1.0.2"
23
24
testInstrumentationRunner "com.leoleo.androidapptemplate.CustomTestRunner"
25
vectorDrawables {
0 commit comments