Skip to content

Commit 8fb7ebd

Browse files
authored
Merge pull request #78 from LeoAndo/release-v1.0.2
Release v1.0.2
2 parents db4197e + d753919 commit 8fb7ebd

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Android CI
22

33
on:
4-
push:
54
pull_request:
5+
workflow_dispatch:
66

77
jobs:
88
build:

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ android {
1818
applicationId "com.leoleo.androidapptemplate"
1919
minSdk 29
2020
targetSdk 33
21-
versionCode 101
22-
versionName "1.0.1"
21+
versionCode 102
22+
versionName "1.0.2"
2323

2424
testInstrumentationRunner "com.leoleo.androidapptemplate.CustomTestRunner"
2525
vectorDrawables {

0 commit comments

Comments
 (0)