mirror of
https://github.com/ImranR98/Obtainium.git
synced 2025-07-16 14:46:44 +02:00
Increment version, run dart fix
This commit is contained in:
@ -88,8 +88,8 @@ class FDroidRepo extends AppSource {
|
|||||||
|
|
||||||
@override
|
@override
|
||||||
void runOnAddAppInputChange(String userInput) {
|
void runOnAddAppInputChange(String userInput) {
|
||||||
this.additionalSourceAppSpecificSettingFormItems =
|
additionalSourceAppSpecificSettingFormItems =
|
||||||
this.additionalSourceAppSpecificSettingFormItems.map((row) {
|
additionalSourceAppSpecificSettingFormItems.map((row) {
|
||||||
row = row.map((item) {
|
row = row.map((item) {
|
||||||
if (item.key == 'appIdOrName') {
|
if (item.key == 'appIdOrName') {
|
||||||
try {
|
try {
|
||||||
|
@ -17,7 +17,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
|
|||||||
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
||||||
# In Windows, build-name is used as the major, minor, and patch parts
|
# In Windows, build-name is used as the major, minor, and patch parts
|
||||||
# of the product and file versions while build-number is used as the build suffix.
|
# of the product and file versions while build-number is used as the build suffix.
|
||||||
version: 1.1.12+2269
|
version: 1.1.13+2270
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: '>=3.0.0 <4.0.0'
|
sdk: '>=3.0.0 <4.0.0'
|
||||||
|
Reference in New Issue
Block a user