Skip to content

Commit

Permalink
remove news bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerboa-app committed May 18, 2024
1 parent 61d335c commit 0a7e09f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 11 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ android {
applicationId "app.jerboa.jellycram"
minSdk 24
targetSdk 34
versionCode 15
versionCode 16
versionName "VERSION_NAME"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down Expand Up @@ -102,7 +102,7 @@ dependencies {
debugImplementation "androidx.compose.ui:ui-tooling:$compose_version"
debugImplementation "androidx.compose.ui:ui-test-manifest:$compose_version"
implementation "androidx.compose.runtime:runtime-livedata:$compose_version"
implementation 'com.google.android.gms:play-services-oss-licenses:17.0.0'
implementation 'com.google.android.gms:play-services-oss-licenses:17.0.1'
implementation 'com.google.code.gson:gson:2.10.1'
implementation("com.google.android.play:review:2.0.1")

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -273,14 +273,6 @@ class MainActivity : AppCompatActivity() {
}
}

if (!prefs.contains("news-15-04-2024"))
{
val prefsEdit = prefs.edit()
prefsEdit.putString("news-15-04-2024","seen")
prefsEdit.apply()
renderViewModel.onEvent(RequestNews())
}

InAppReview().requestUserReviewPrompt(this)

if (!prefs.contains("tutorialDone"))
Expand Down
2 changes: 1 addition & 1 deletion version.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export PRODUCT=0
export MAJOR=0
export MINOR=2
export PATCH=2
export PATCH=3

0 comments on commit 0a7e09f

Please sign in to comment.