Skip to content

Commit 78ce7a9

Browse files
committed
Android SDK 升级到 2.8.4
1 parent f80ee7a commit 78ce7a9

File tree

6 files changed

+14
-4
lines changed

6 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 2.5.1
2+
Android 更新 SDK 到 2.8.4
3+
14
## 2.5.0
25
Android 更新 SDK 到 2.8.3
36
彻底移除了废弃的接口

android/build.gradle

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version '1.0-SNAPSHOT'
44
buildscript {
55
repositories {
66
google()
7-
jcenter()
7+
mavenCentral()
88
}
99

1010
dependencies {
@@ -15,14 +15,15 @@ buildscript {
1515
rootProject.allprojects {
1616
repositories {
1717
google()
18-
jcenter()
18+
mavenCentral()
1919
}
2020
}
2121

2222
apply plugin: 'com.android.library'
2323

2424
android {
25-
compileSdkVersion 33
25+
namespace 'io.openinstall.openinstall_flutter_plugin'
26+
compileSdkVersion 34
2627

2728
defaultConfig {
2829
minSdkVersion 16

android/libs/OpenInstall_v2.8.3.jar

-127 KB
Binary file not shown.

android/libs/OpenInstall_v2.8.4.jar

175 KB
Binary file not shown.

example/lib/main.dart

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,12 @@ class _MyAppState extends State<MyApp> {
3838
setState(() {});
3939
}
4040

41+
@override
42+
void activate() {
43+
// TODO: implement activate
44+
super.activate();
45+
}
46+
4147
@override
4248
Widget build(BuildContext context) {
4349
return MaterialApp(

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: openinstall_flutter_plugin
22
description: openinstall_flutter_plugin is a Flutter plugin based on openinstall, and with null safety support.
3-
version: 2.5.0
3+
version: 2.5.1
44
homepage: https://www.openinstall.io
55

66
environment:

0 commit comments

Comments
 (0)