Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
Hamza417 committed Jan 4, 2025
1 parent 4cf754f commit 41b909a
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/post_releases_to_telegram.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
to: ${{ secrets.APP_CHANNEL_ID_FOR_TG_BOT }}
token: ${{ secrets.TG_BOT_KEY }}
message: |
${{ env.VERSION_NAME }} is live on the GitHub and Play Store.
${{ env.VERSION_NAME }} is live on the GitHub and Play Store. This is a major release with a lot of new features and improvements, so make sure to read the changelogs. 🚀
# - name: Send First APK to Telegram
# uses: appleboy/telegram-action@master
Expand Down
2 changes: 1 addition & 1 deletion .idea/deploymentTargetSelector.xml

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

2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ android {
applicationId "app.simple.inure"
minSdkVersion 23
targetSdkVersion 35
versionCode 10101
versionCode 10200
versionName "Build102.0.0"
vectorDrawables.useSupportLibrary = true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ open class BaseActivity : AppCompatActivity(),
private var loader: Loader? = null

private var cutoutDepth = 0
private var requestCode = 0x2775
private var requestCode = 0x27D8

override fun attachBaseContext(newBaseContext: Context) {
SharedPreferences.init(newBaseContext)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ abstract class ScopedFragment : Fragment(), SharedPreferences.OnSharedPreference
protected var maximumAngle = 90
protected var minimumHorizontalAngle = 80
protected var minimumVerticalAngle = 15
private var maximumElevation = 0x2775
private var maximumElevation = 0x27D8

val transitionSet = TransitionSet().apply {
addTransition(Fade(Fade.MODE_OUT))
Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/10200.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Refer to Change Logs under About section of the app to get the detailed list of all changes in this version.

Feel free to join app's Telegram channel for future development updates: https://t.me/inure_app_manager

0 comments on commit 41b909a

Please sign in to comment.