Skip to content

Commit

Permalink
build: version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
magicsk committed Oct 3, 2023
1 parent 56949ef commit f1cf0df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ jobs:
run: chmod +x gradlew
- name: Create local.properties
run: echo "GOOGLE_MAPS_API_KEY=${{ secrets.GOOGLE_MAPS_API_KEY }}" > local.properties &&
echo "IDSBK_API_KEY=${{ secrets.IDSBK_API_KEY }}" >> local.properties &&
echo "IDSBK_SESSION_KEY=${{ secrets.IDSBK_SESSION_KEY }}" >> local.properties
echo "IDSBK_API_KEY=${{ secrets.IDSBK_API_KEY }}" >> local.properties
- name: Get apk version
id: apk
run: APK_VERSION=$(./gradlew properties -q | grep "version:" | awk '{print v$2}') &&
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ android.useAndroidX=true
android.enableJetifier=true
# Kotlin code style for this project: "official" or "obsolete":
kotlin.code.style=official
version=1.2.0
version=1.3.0
android.defaults.buildfeatures.buildconfig=true
android.nonTransitiveRClass=false
android.nonFinalResIds=false

0 comments on commit f1cf0df

Please sign in to comment.