Skip to content

Commit

Permalink
* android高版本兼容
Browse files Browse the repository at this point in the history
* 发布1.2.28
  • Loading branch information
gstory0404 committed Dec 6, 2024
1 parent 45e76ad commit 6eb08c2
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
## 1.2.28
* android高版本兼容

## 1.2.27
* android升级4.610.1480


## 1.2.26
* 新增安卓隐私合规,是否开启收集应用安装状态(感谢@[langyuxiansheng](https://github.com/langyuxiansheng) pr)

Expand Down
9 changes: 9 additions & 0 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,15 @@ android {
namespace = "com.gstory.flutter_tencentad"
compileSdkVersion 28

compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}

kotlinOptions {
jvmTarget = '1.8'
}

sourceSets {
main.java.srcDirs += 'src/main/kotlin'
}
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_tencentad
description: A flutter plugin for TencentAD.It is convenient for Android and IOS to directly call the method and native view of advertisement SDK.
version: 1.2.27
version: 1.2.28
homepage: https://github.com/gstory0404/flutter_tencentad

environment:
Expand Down

0 comments on commit 6eb08c2

Please sign in to comment.