Commit 0df0554 1 parent 72ef107 commit 0df0554 Copy full SHA for 0df0554
File tree 2 files changed +3
-2
lines changed
app/src/main/kotlin/com/apkupdater/ui/screen
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 35
35
36
36
- name : Create Release
37
37
uses : softprops/action-gh-release@v2
38
- if : ${{ env.BRANCH }} == " 3.x"
38
+ if : github.ref == 'refs/heads/ 3.x'
39
39
with :
40
40
tag_name : 0.0.${{ github.run_number }}-ci
41
41
name : CI-Release-${{ env.BRANCH }}-${{ github.run_number }}
Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ import com.apkupdater.ui.theme.statusBarColor
57
57
import com.apkupdater.util.isAndroidTv
58
58
import com.apkupdater.viewmodel.SettingsViewModel
59
59
import org.koin.androidx.compose.koinViewModel
60
+ import java.util.Calendar
60
61
61
62
62
63
@Composable
@@ -78,7 +79,7 @@ fun About() = LazyColumn(
78
79
LoadingImageApp (BuildConfig .APPLICATION_ID )
79
80
LargeTitle (stringResource(R .string.app_name), Modifier .align(CenterHorizontally ))
80
81
MediumText (" ${BuildConfig .VERSION_NAME } (${BuildConfig .VERSION_CODE } )" , Modifier .align(CenterHorizontally ))
81
- MediumText (" Copyright © 2016-2023 rumboalla" , Modifier .align(CenterHorizontally ))
82
+ MediumText (" Copyright © 2016-${ Calendar .getInstance().get( Calendar . YEAR )} rumboalla" , Modifier .align(CenterHorizontally ))
82
83
}
83
84
}
84
85
item {
You can’t perform that action at this time.
0 commit comments