Skip to content

Commit fedcdaf

Browse files
committed
chore: prepare for 1.1.0 release
1 parent 5406090 commit fedcdaf

File tree

2 files changed

+2
-13
lines changed

2 files changed

+2
-13
lines changed

.github/workflows/dev.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -43,19 +43,8 @@ jobs:
4343
- name: Build app
4444
run: ./gradlew assembleDebug
4545

46-
- name: Sign APK
47-
id: sign_app
48-
uses: ilharp/sign-android-release@nightly
49-
with:
50-
releaseDir: app/build/outputs/apk/debug
51-
signingKey: ${{ secrets.SIGNING_KEY }}
52-
keyAlias: ${{ secrets.ALIAS }}
53-
keyStorePassword: ${{ secrets.KEY_STORE_PASSWORD }}
54-
keyPassword: ${{ secrets.KEY_PASSWORD }}
55-
buildToolsVersion: ${{ env.ANDROID_BUILD_TOOLS_VERSION }}
56-
5746
- name: Upload APK artifact
5847
uses: actions/upload-artifact@v4
5948
with:
6049
name: app
61-
path: app/build/outputs/apk/debug/*signed.apk
50+
path: app/build/outputs/apk/debug/*.apk

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ android {
1414
minSdk = 26
1515
targetSdk = 34
1616
versionCode = 1
17-
versionName = "1.0.2"
17+
versionName = "1.1.0"
1818

1919
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2020
}

0 commit comments

Comments
 (0)