feat: 更改适配版本号
This commit is contained in:
parent
29708e23af
commit
7527e94565
@ -20,7 +20,7 @@ import '../../../kt_utils/kt_purchase_restore_utils.dart';
|
||||
import '../../../kt_utils/kt_toast_utils.dart';
|
||||
import '../../../kt_utils/kt_utils.dart';
|
||||
import '../../../kt_utils/kt_string_extend.dart';
|
||||
import '../../../kt_utils/logger_service.dart';
|
||||
// import '../../../kt_utils/logger_service.dart';
|
||||
import '../logic.dart';
|
||||
import 'state.dart';
|
||||
|
||||
@ -72,7 +72,7 @@ class KtStoreLogic extends GetxController {
|
||||
refreshController.refreshCompleted();
|
||||
if (res.success) {
|
||||
state.storeBean = KtStoreBean.fromJson(res.data);
|
||||
appLogger.d(state.storeBean);
|
||||
// appLogger.d(state.storeBean);
|
||||
update();
|
||||
initStore();
|
||||
}
|
||||
|
||||
@ -5,7 +5,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
|
||||
version: 1.0.1+1
|
||||
|
||||
environment:
|
||||
sdk: ^3.8.1
|
||||
sdk: ^3.8.0
|
||||
|
||||
dependencies:
|
||||
flutter:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user