Skip to content

Commit 69c3418

Browse files
committed
build: hardcode versionCode for F-Droid compatibility
1 parent 00658c2 commit 69c3418

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ android {
77
applicationId "com.paperknife.app"
88
minSdkVersion rootProject.ext.minSdkVersion
99
targetSdkVersion rootProject.ext.targetSdkVersion
10-
versionCode System.getenv("ANDROID_VERSION_CODE") ? System.getenv("ANDROID_VERSION_CODE").toInteger() : 10
10+
versionCode 100
1111
versionName "1.0.0"
1212
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1313
aaptOptions {

0 commit comments

Comments
 (0)