Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
StalkerExplorer authored Mar 13, 2023
1 parent 3f65370 commit de2a323
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "com.earth.explorer"
minSdkVersion 29
targetSdkVersion 29
versionCode 5
versionName "5.0"
versionCode 6
versionName "6.0"
}
buildTypes {
release {
Expand All @@ -23,7 +23,7 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.0.0'
implementation "androidx.viewpager2:viewpager2:1.0.0"
compile 'org.shredzone.commons:commons-suncalc:2.11' //библиотека для вычисления времени восхода/захода
compile 'com.carto:carto-mobile-sdk:4.3.4@aar'

compile 'android.arch.core:runtime:+'
implementation "androidx.drawerlayout:drawerlayout:1.1.1"
compile fileTree(dir: 'libs', include: ['*.jar'])
Expand Down

0 comments on commit de2a323

Please sign in to comment.