Skip to content

Commit 41b909a

Browse files
committed
release
1 parent 4cf754f commit 41b909a

File tree

6 files changed

+8
-5
lines changed

6 files changed

+8
-5
lines changed

.github/workflows/post_releases_to_telegram.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
to: ${{ secrets.APP_CHANNEL_ID_FOR_TG_BOT }}
108108
token: ${{ secrets.TG_BOT_KEY }}
109109
message: |
110-
${{ env.VERSION_NAME }} is live on the GitHub and Play Store.
110+
${{ 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. 🚀
111111
112112
# - name: Send First APK to Telegram
113113
# uses: appleboy/telegram-action@master

.idea/deploymentTargetSelector.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ android {
2323
applicationId "app.simple.inure"
2424
minSdkVersion 23
2525
targetSdkVersion 35
26-
versionCode 10101
26+
versionCode 10200
2727
versionName "Build102.0.0"
2828
vectorDrawables.useSupportLibrary = true
2929
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

app/src/main/java/app/simple/inure/extensions/activities/BaseActivity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ open class BaseActivity : AppCompatActivity(),
9494
private var loader: Loader? = null
9595

9696
private var cutoutDepth = 0
97-
private var requestCode = 0x2775
97+
private var requestCode = 0x27D8
9898

9999
override fun attachBaseContext(newBaseContext: Context) {
100100
SharedPreferences.init(newBaseContext)

app/src/main/java/app/simple/inure/extensions/fragments/ScopedFragment.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ abstract class ScopedFragment : Fragment(), SharedPreferences.OnSharedPreference
8686
protected var maximumAngle = 90
8787
protected var minimumHorizontalAngle = 80
8888
protected var minimumVerticalAngle = 15
89-
private var maximumElevation = 0x2775
89+
private var maximumElevation = 0x27D8
9090

9191
val transitionSet = TransitionSet().apply {
9292
addTransition(Fade(Fade.MODE_OUT))
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Refer to Change Logs under About section of the app to get the detailed list of all changes in this version.
2+
3+
Feel free to join app's Telegram channel for future development updates: https://t.me/inure_app_manager

0 commit comments

Comments
 (0)