Skip to content

Commit 5239306

Browse files
committed
+ bump SDK version
1 parent 6c67b37 commit 5239306

File tree

5 files changed

+49
-10
lines changed

5 files changed

+49
-10
lines changed

.idea/deploymentTargetDropDown.xml

Lines changed: 39 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/build.gradle

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,14 @@ apply plugin: 'com.android.application'
55

66
android {
77
//compileSdkVersion 31
8-
compileSdk 34
8+
compileSdk 35
99
defaultConfig {
1010
applicationId "dev.favier.exam1radioamateur"
1111
minSdkVersion 22
12-
targetSdkVersion 34
13-
versionCode 11
14-
versionName 'v0.11-beta'
12+
//noinspection EditedTargetSdkVersion
13+
targetSdkVersion 35
14+
versionCode 12
15+
versionName 'v0.12-beta'
1516

1617
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1718
}
@@ -33,17 +34,17 @@ dependencies {
3334
implementation fileTree(dir: 'libs', include: ['*.jar'])
3435

3536
//debugImplementation 'com.amitshekhar.android:debug-db:1.0.6'
36-
def room_version = '2.5.0'
37+
def room_version = '2.6.1'
3738
implementation 'com.google.android:flexbox:2.0.1'
38-
implementation 'androidx.appcompat:appcompat:1.6.0'
39+
implementation 'androidx.appcompat:appcompat:1.6.1'
3940
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
4041
testImplementation 'junit:junit:4.13.2'
4142
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
4243
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
4344
implementation "androidx.cardview:cardview:1.0.0"
4445
implementation "androidx.room:room-runtime:$room_version"
4546
annotationProcessor "androidx.room:room-compiler:$room_version"
46-
implementation 'com.google.code.gson:gson:2.9.0'
47+
implementation 'com.google.code.gson:gson:2.10'
4748

4849
implementation 'com.github.PhilJay:MPAndroidChart:v3.1.0'
4950

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ buildscript {
88

99
}
1010
dependencies {
11-
classpath 'com.android.tools.build:gradle:8.1.0'
11+
classpath 'com.android.tools.build:gradle:8.2.0'
1212

1313

1414
// NOTE: Do not place your application dependencies here; they belong

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-8.0-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-all.zip

0 commit comments

Comments
 (0)