File tree Expand file tree Collapse file tree 2 files changed +2
-13
lines changed
Expand file tree Collapse file tree 2 files changed +2
-13
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments