Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jqssun committed Mar 5, 2025
1 parent 8d1ec2e commit 0577d8e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .fdroid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ MaintainerNotes: scanner detects 'com/google/android/gms/...' from 'org.microg.g

AutoUpdateMode: Version
UpdateCheckMode: Tags
CurrentVersion: 0.0.5
CurrentVersionCode: 5
CurrentVersion: 0.0.6
CurrentVersionCode: 6
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ plugins {
id 'com.google.devtools.ksp'
}

def tagName = '0.0.5'
def tagName = '0.0.6'

android {
compileSdk 34
defaultConfig {
applicationId "io.github.jqssun.gpssetter"
minSdk 27
targetSdk 34
versionCode 5
versionCode 6
versionName tagName
// testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
buildConfigField("String", "TAG_NAME", "\"${tagName}\"")
Expand Down

0 comments on commit 0577d8e

Please sign in to comment.