Skip to content

Commit

Permalink
5.17
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiarasht committed Nov 11, 2024
1 parent 7284932 commit 2c30be2
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 13 deletions.
22 changes: 11 additions & 11 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ android {
kotlinOptions {
jvmTarget = '17'
}
compileSdk 35

compileSdk 34
defaultConfig {
applicationId "com.restart.spacestationtracker"
minSdkVersion 21
targetSdkVersion 34
versionCode 39
versionName "5.16"
targetSdkVersion 35
versionCode 40
versionName "5.17"
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
multiDexEnabled true
}
Expand All @@ -44,30 +44,30 @@ dependencies {
testImplementation 'junit:junit:4.13.2'

implementation 'androidx.appcompat:appcompat:1.7.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.constraintlayout:constraintlayout:2.2.0'
implementation 'androidx.recyclerview:recyclerview:1.3.2'
implementation 'androidx.cardview:cardview:1.0.0'
implementation 'com.google.android.material:material:1.12.0'
implementation "androidx.coordinatorlayout:coordinatorlayout:1.2.0"
implementation 'androidx.work:work-runtime:2.9.0'
implementation 'androidx.work:work-runtime:2.10.0'

implementation platform('com.google.firebase:firebase-bom:33.1.1')
implementation platform('com.google.firebase:firebase-bom:33.5.1')

implementation 'com.google.firebase:firebase-core:21.1.1'
implementation 'com.google.firebase:firebase-ads:23.2.0'
implementation 'com.google.firebase:firebase-ads:23.5.0'
implementation 'com.google.firebase:firebase-crash:16.2.1'
implementation 'com.google.android.gms:play-services-maps:19.0.0'
implementation 'com.google.android.gms:play-services-location:21.3.0'
implementation 'com.google.firebase:firebase-analytics'

implementation 'com.nightonke:boommenu:2.1.1'
implementation 'com.github.Nightonke:BoomMenu:master'
implementation 'com.android.volley:volley:1.2.1'
implementation 'com.github.wooplr:Spotlight:1.2.3'
implementation 'androidx.browser:browser:1.8.0'
implementation 'com.github.bumptech.glide:glide:4.16.0'
implementation 'com.android.support:multidex:1.0.3'
implementation 'com.airbnb.android:lottie:6.1.0'
implementation 'com.google.android.ump:user-messaging-platform:2.2.0'
implementation 'com.airbnb.android:lottie:6.5.2'
implementation 'com.google.android.ump:user-messaging-platform:3.1.0'

androidTestImplementation "androidx.test.espresso:espresso-core:3.6.1"
androidTestImplementation 'androidx.test.ext:junit-ktx:1.2.1'
Expand Down
2 changes: 2 additions & 0 deletions app/src/main/res/values/strings_version.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<resources>
<string-array name="version_title_list" translatable="false">
<item>Version: 5.17</item>
<item>Version: 5.16</item>
<item>Version: 5.15</item>
<item>Version: 5.14</item>
Expand Down Expand Up @@ -34,6 +35,7 @@
</string-array>

<string-array name="version_list" translatable="false">
<item><![CDATA[- Few bugs & improvements! ]]></item>
<item><![CDATA[- Updated to latest libraries for better performance! ]]></item>
<item><![CDATA[- Even more general bug fixes and improvements]]></item>
<item><![CDATA[- More general bug fixes and improvements]]></item>
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.5.0'
classpath 'com.android.tools.build:gradle:8.7.2'
classpath 'com.google.gms:google-services:4.4.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath 'com.google.gms:google-services:4.4.2'
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Wed Jul 03 12:09:24 PDT 2024
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 2c30be2

Please sign in to comment.