Skip to content

Commit

Permalink
Merge pull request #208 from Sav22999/beta
Browse files Browse the repository at this point in the history
2.5.1
  • Loading branch information
Sav22999 authored May 18, 2023
2 parents 4ca0a63 + 93f6448 commit f21ce9b
Show file tree
Hide file tree
Showing 96 changed files with 1,012 additions and 712 deletions.
6 changes: 6 additions & 0 deletions .idea/kotlinc.xml

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

2 changes: 1 addition & 1 deletion .idea/misc.xml

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

Binary file modified app/GPS/release/app-GPS-release.aab
Binary file not shown.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
applicationId 'org.commonvoice.saverio'
minSdkVersion 26
targetSdk 31
versionCode = 182
versionName '2.5.0.1'
versionCode = 183
versionName '2.5.1'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/java/org/commonvoice/saverio/FirstLaunch.kt
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ class FirstLaunch : ViewBoundActivity<FirstLaunchBinding>(
languageListFirstLaunch.isGone = true
buttonNextFirstLaunch.setText(R.string.btn_tutorial3)
firstLaunchSectionMiddleBottom.isGone = true
firstLaunchSectionTheme.isGone=true
firstLaunchSectionTheme.isGone = true
textTermsFirstLaunch.isGone = true

if (!start) {
Expand Down Expand Up @@ -153,7 +153,7 @@ class FirstLaunch : ViewBoundActivity<FirstLaunchBinding>(
buttonNextFirstLaunch.onClick {
getPermission(Manifest.permission.RECORD_AUDIO)
}
buttonSkipFirstLaunch.isGone = false
buttonSkipFirstLaunch.isGone = true
} else {
buttonNextFirstLaunch.onClick {
checkStatus(swipe = false)
Expand Down
Loading

0 comments on commit f21ce9b

Please sign in to comment.