Skip to content

Commit e1968b9

Browse files
update minsdk支持到19,javaVersion设置为1.8,发布1.0.4版本
1 parent 0a8d167 commit e1968b9

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

bsdiff/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ android {
77
namespace = "com.yzq.bsdiff"
88

99
defaultConfig {
10-
minSdk = 21
1110
externalNativeBuild {
1211
cmake {
1312
cppFlags("")

bsdiff/gradle.properties

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,7 @@ POM_ARTIFACT_ID=bsdiff
2727
POM_PACKAGING=aar
2828
POM_DESCRIPTION=快速实现文件差分功能
2929
#版本号
30-
VERSION_NAME=1.0.3
30+
VERSION_NAME=1.0.4
31+
#####################################################################
32+
minSdk=19
33+
javaVersion=8

gradle.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,3 @@ kotlin.code.style=official
2121
# resources declared in the library itself and none from the library's dependencies,
2222
# thereby reducing the size of the R class for that library
2323
android.nonTransitiveRClass=true
24-

settings.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ dependencyResolutionManagement {
2020

2121
versionCatalogs {
2222
create("libs") {
23-
from("com.xeonyu:version-catalog:0.0.5")
23+
from("com.xeonyu:version-catalog:0.0.8")
24+
version("xeonBsDiff", "1.0.4")
2425
}
2526
}
2627
}

0 commit comments

Comments
 (0)