Skip to content

Commit

Permalink
Bump version (#240)
Browse files Browse the repository at this point in the history
Signed-off-by: starry-shivam <[email protected]>
  • Loading branch information
starry-shivam authored Jan 5, 2025
1 parent ef1e0c4 commit bf2339e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ android {
applicationId "com.starry.myne"
minSdk 26
targetSdk 35
versionCode 430
versionName "4.3.0"
versionCode 440
versionName "4.4.0"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/java/com/starry/myne/api/BookAPI.kt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ import kotlin.coroutines.suspendCoroutine
*/
class BookAPI(context: Context) {

private val baseApiUrl = "https://myne.pooloftears.xyz/books"
private val baseApiUrl = "https://myne.krsh.dev/books"
private val googleBooksUrl = "https://www.googleapis.com/books/v1/volumes"

private val googleApiKey =
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/java/com/starry/myne/helpers/Constants.kt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ object Constants {
const val DEV_TELEGRAM_URL = "https://t.me/starryboi"
const val PROJECT_CONTRIBUTORS = "https://github.com/Pool-Of-Tears/Myne/graphs/contributors"
const val GITHUB_REPO = "https://github.com/Pool-Of-Tears/Myne"
const val WEBSITE = "https://pooloftears.in"
const val WEBSITE = "https://pool-of-tears.github.io"
const val PRIVACY_POLICY =
"https://github.com/Pool-Of-Tears/Myne/blob/main/legal/PRIVACY-POLICY.md"
const val GITHUB_ISSUE = "https://github.com/Pool-Of-Tears/Myne/issues/new/choose"
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/440.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Updated Gutendex API

0 comments on commit bf2339e

Please sign in to comment.