@@ -22,10 +22,11 @@ android {
22
22
23
23
defaultConfig {
24
24
applicationId " de.fraunhofer.fokus.OpenMobileNetworkToolkit"
25
+ // targetSdkPreview "VanillaIceCream"
25
26
minSdk 31
26
27
targetSdk 34
27
- versionCode 1
28
- versionName " 0.1 "
28
+ versionCode 2
29
+ versionName " 0.2 "
29
30
30
31
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
31
32
signingConfig signingConfigs. debug
@@ -40,7 +41,8 @@ android {
40
41
41
42
buildTypes {
42
43
release {
43
- minifyEnabled false
44
+ minifyEnabled true
45
+ shrinkResources true
44
46
proguardFiles getDefaultProguardFile(' proguard-android-optimize.txt' ), ' proguard-rules.pro'
45
47
signingConfig signingConfigs. debug
46
48
}
@@ -60,15 +62,16 @@ android {
60
62
lint {
61
63
abortOnError false
62
64
}
65
+ buildToolsVersion ' 34.0.0'
63
66
}
64
67
65
68
spdxSbom {
66
69
targets {
67
- create (" release" ) {
70
+ register (" release" ) {
68
71
configurations = [' releaseRuntimeClasspath' ]
69
72
scm {
70
73
uri. set(" https://github.com/omnt/OpenMobileNetworkToolkit" )
71
- revision. set(" 0.1 " )
74
+ revision. set(" 0.2 " )
72
75
}
73
76
document {
74
77
name. set(" OpenMobileNetworkToolkit" )
@@ -88,10 +91,10 @@ dependencies {
88
91
implementation " androidx.room:room-runtime:$room_version "
89
92
annotationProcessor " androidx.room:room-compiler:$room_version "
90
93
implementation ' androidx.appcompat:appcompat:1.6.1'
91
- implementation ' com.google.guava:guava:32 .1.3 -jre'
94
+ implementation ' com.google.guava:guava:33 .1.0 -jre'
92
95
implementation ' androidx.concurrent:concurrent-futures:1.1.0'
93
- implementation ' androidx.activity:activity:1.8.2 '
94
- implementation ' androidx.fragment:fragment:1.6.2 '
96
+ implementation ' androidx.activity:activity:1.9.0 '
97
+ implementation ' androidx.fragment:fragment:1.7.0 '
95
98
implementation ' androidx.appcompat:appcompat:1.6.1'
96
99
implementation ' com.google.android.material:material:1.11.0'
97
100
implementation ' androidx.constraintlayout:constraintlayout:2.1.4'
0 commit comments