Skip to content

Commit

Permalink
push to version v1.2 (3)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sajeg committed Oct 27, 2024
1 parent 3466708 commit 3ec25ce
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
5 changes: 3 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ android {
applicationId = "com.sajeg.questrpc"
minSdk = 31
targetSdk = 34
versionCode = 1
versionName = "1.0"
versionCode = 3
versionName = "1.2"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
Expand All @@ -36,6 +36,7 @@ android {
}
buildFeatures {
compose = true
buildConfig = true
}
}

Expand Down
2 changes: 1 addition & 1 deletion app/src/main/java/com/sajeg/questrpc/MainActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ fun LeftScreen(modifier: Modifier) {
) {
Text(
modifier = Modifier.padding(10.dp),
text = "Thank you for using Quest RPC. \nPlease sign in to Discord first \nand then give the app accessibility permission. \n \nNote: on first start the app names can be shown wrong. \nThat'll change with the next app start."
text = "Thank you for using Quest RPC. \nPlease sign in to Discord first \nand then give the app accessibility permission. \n \nNote: On first start the app names can be shown wrong. \nThat'll change with the next app start."
)
Button({ signIn = true; ActivityManager.stop(context) }) { Text("Sign in to Discord") }
if (tokenPresent) {
Expand Down
5 changes: 5 additions & 0 deletions changelog.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
[
{
"versionCode": 3,
"date": "10/27/24",
"changes": "Fixed an issue, where the name of the game was not quite right \n\nAdded an new update notification \n\nNew Category of unknown apps\n\nFixed a few more smaller issues"
},
{
"versionCode": 2,
"date": "10/26/24",
Expand Down

0 comments on commit 3ec25ce

Please sign in to comment.