Skip to content

Commit

Permalink
Update target SDK version to 33
Browse files Browse the repository at this point in the history
Minimum version 23
  • Loading branch information
VlasovAlexey committed Dec 13, 2023
1 parent f8fbd48 commit e3272f3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions Android_SRC/.idea/deploymentTargetDropDown.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions Android_SRC/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ apply plugin: 'com.android.application'
android {
signingConfigs {
}
compileSdkVersion 31
compileSdkVersion 33
defaultConfig {
applicationId "com.diveprome.avlasov.diveprome"
minSdkVersion 19
targetSdkVersion 31
versionCode 24
versionName '13.4'
minSdkVersion 23
targetSdkVersion 33
versionCode 25
versionName '14.0'
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
}
buildTypes {
Expand All @@ -28,12 +28,12 @@ android {

dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
testImplementation 'junit:junit:4.13.2'
testImplementation 'androidx.test.ext:junit:1.1.5'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
api 'com.google.android.gms:play-services-analytics:18.0.2'
api 'com.google.android.gms:play-services-analytics:18.0.4'
//classpath 'com.android.tools.build:gradle:4.1.2'

//classpath 'com.google.gms:google-services:4.3.3'
Expand Down
4 changes: 2 additions & 2 deletions Android_SRC/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.0.1'
classpath 'com.google.gms:google-services:4.3.10'
classpath 'com.android.tools.build:gradle:8.0.2'
classpath 'com.google.gms:google-services:4.4.0'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
Expand Down

0 comments on commit e3272f3

Please sign in to comment.