We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e97b3a commit ab053aaCopy full SHA for ab053aa
app/build.gradle
@@ -15,6 +15,11 @@ android {
15
16
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
17
}
18
+ compileOptions {
19
+ sourceCompatibility JavaVersion.VERSION_1_8
20
+ targetCompatibility JavaVersion.VERSION_1_8
21
+ }
22
+
23
24
buildTypes {
25
release {
snmp/build.gradle
@@ -9,13 +9,15 @@ android {
9
defaultConfig {
10
minSdkVersion 16
11
targetSdkVersion 29
12
- versionCode 1
13
- versionName "1.0"
+ versionCode 2
+ versionName "1.0.1"
14
consumerProguardFiles 'consumer-rules.pro'
minifyEnabled false
0 commit comments