mirror of
https://github.com/venera-app/venera.git
synced 2025-09-27 07:47:24 +00:00
* 10 for universal
This commit is contained in:
@@ -93,6 +93,7 @@ android {
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
outputFileName = "venera-${variant.versionName}.apk"
|
outputFileName = "venera-${variant.versionName}.apk"
|
||||||
|
versionCodeOverride = variant.versionCode * 10
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -107,4 +108,4 @@ flutter {
|
|||||||
dependencies {
|
dependencies {
|
||||||
implementation "androidx.activity:activity-ktx:1.9.2"
|
implementation "androidx.activity:activity-ktx:1.9.2"
|
||||||
implementation 'androidx.documentfile:documentfile:1.0.1'
|
implementation 'androidx.documentfile:documentfile:1.0.1'
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user