Skip to content

Commit bafa0e9

Browse files
committed
[RELEASE] 1.3.8
1 parent 2889add commit bafa0e9

23 files changed

Lines changed: 63 additions & 22 deletions

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# CHANGELOG
22

3+
## 1.3.8 — 2025-03-20
4+
* [Android] Update gradle config. Default compileSdkVersion 34
5+
36
## 1.3.7 — 2024-09-09
47
* [Android] Removed unused `import` related to Flutter V1 embedding.
58

android/build.gradle

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
group 'com.transistorsoft.flutter.backgroundfetch'
22
version '1.0-SNAPSHOT'
33

4-
def DEFAULT_LIFE_CYCLE_RUNTIME_VERSION = "2.7.0"
4+
def DEFAULT_LIFE_CYCLE_RUNTIME_VERSION = "2.8.7"
55
def DEFAULT_LIFE_CYCLE_EXTENSIONS_VERSION = "2.2.0"
66

77
buildscript {
@@ -32,12 +32,16 @@ android {
3232
namespace("com.transistorsoft.flutter.backgroundfetch")
3333
}
3434

35-
compileSdkVersion safeExtGet('compileSdkVersion', 28)
35+
compileSdkVersion safeExtGet('compileSdkVersion', 34)
3636

3737
defaultConfig {
3838
minSdkVersion 16
3939
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
4040
}
41+
compileOptions {
42+
sourceCompatibility JavaVersion.VERSION_11
43+
targetCompatibility JavaVersion.VERSION_11
44+
}
4145
lintOptions {
4246
disable 'InvalidPackage'
4347
}

android/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-all.zip
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
8179b611fd9f6fb07357b9b7dfde781b
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
eb0a4f6a810f05eec51d5b92b846a70693c52be6
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
7678cef9a5ff3942720e2839aa82473a81e06ba5e0ca672cfaa2100a98b66468
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
7fa2f89c2a79cf5ff6070e3986914fff7f46d91dfe40ab21a70875556f429bffb99b085c59b10951063cb717896f94fb7a478611607fb544eb838a87470bea1c
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
4+
<modelVersion>4.0.0</modelVersion>
5+
<groupId>com.transistorsoft</groupId>
6+
<artifactId>tsbackgroundfetch</artifactId>
7+
<version>1.0.4</version>
8+
<packaging>aar</packaging>
9+
</project>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
d17405d8d49a051f96c9e960f7059109

0 commit comments

Comments
 (0)