Skip to content

Commit ab053aa

Browse files
author
sunze
committed
更新至1.0.1
1 parent 3e97b3a commit ab053aa

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

app/build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ android {
1515

1616
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1717
}
18+
compileOptions {
19+
sourceCompatibility JavaVersion.VERSION_1_8
20+
targetCompatibility JavaVersion.VERSION_1_8
21+
}
22+
1823

1924
buildTypes {
2025
release {

snmp/build.gradle

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,15 @@ android {
99
defaultConfig {
1010
minSdkVersion 16
1111
targetSdkVersion 29
12-
versionCode 1
13-
versionName "1.0"
12+
versionCode 2
13+
versionName "1.0.1"
1414

1515
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1616
consumerProguardFiles 'consumer-rules.pro'
1717
}
1818

19+
20+
1921
buildTypes {
2022
release {
2123
minifyEnabled false

0 commit comments

Comments
 (0)