Skip to content

Commit

Permalink
fix: fdroid version data
Browse files Browse the repository at this point in the history
  • Loading branch information
joelkoen committed Jun 4, 2024
1 parent cdce12d commit 9f35faf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ user.gradle
local.properties
.idea/
BuildConfig.java
release/
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ buildscript {
}

/* This is a hack, trying to provide release updates to F-Droid until it can properly handle Gradle
applicationId "org.microg.nlp.backend.ichnaea"
versionName "1.5.0"
versionCode "20036"
applicationId "net.beacondb.unifiednlp"
versionName "1.6.1"
versionCode "20048"
*/

apply plugin: 'com.android.application'
Expand Down

0 comments on commit 9f35faf

Please sign in to comment.