Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Funkwhale Android
Manage
Activity
Members
Labels
Plan
Issues
72
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
funkwhale
Funkwhale Android
Commits
db034a06
Verified
Commit
db034a06
authored
3 years ago
by
Ryan Harg
Browse files
Options
Downloads
Patches
Plain Diff
#73
: Remove jcenter repo from buildscript repos
parent
078d38c1
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!54
#73: Remove jcenter repo from buildscript repos
Pipeline
#15608
passed with stages
in 8 minutes and 39 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
app/build.gradle.kts
+2
-2
2 additions, 2 deletions
app/build.gradle.kts
app/src/main/res/values-en-rGB/strings.xml
+1
-5
1 addition, 5 deletions
app/src/main/res/values-en-rGB/strings.xml
build.gradle.kts
+0
-1
0 additions, 1 deletion
build.gradle.kts
with
3 additions
and
8 deletions
app/build.gradle.kts
+
2
−
2
View file @
db034a06
...
...
@@ -50,10 +50,10 @@ android {
}
lint
{
disable
(
"Missing
Translation"
)
disable
+=
listOf
(
"MissingTranslation"
,
"Extra
Translation"
)
}
compileSdk
Version
(
30
)
compileSdk
=
30
defaultConfig
{
...
...
This diff is collapsed.
Click to expand it.
app/src/main/res/values-en-rGB/strings.xml
+
1
−
5
View file @
db034a06
...
...
@@ -29,9 +29,6 @@
<string
name=
"settings_night_mode_off"
>
Always off (light mode)
</string>
<string
name=
"settings_night_mode_system"
>
Follow system settings
</string>
<string
name=
"settings_night_mode_system_summary"
>
Night mode will follow system settings
</string>
<string
name=
"settings_experiments"
>
Enable experimental features
</string>
<string
name=
"settings_experiments_restart_title"
>
Restart required
</string>
<string
name=
"settings_experiments_restart_content"
>
Please kill and restart the app in order for this change to take effect
</string>
<string
name=
"settings_information"
>
Information
</string>
<string
name=
"settings_information_repository_title"
>
Repository
</string>
<string
name=
"settings_information_repository_description"
>
Funkwhale for Android
</string>
...
...
@@ -119,11 +116,10 @@
<string
name=
"settings_media_quality_size"
>
Smallest size
</string>
<string
name=
"settings_media_cache_size_summary"
>
%d GB will be used to store tracks for offline playback
</string>
<string
name=
"settings_night_mode_off_summary"
>
Light mode will always be on
</string>
<string
name=
"settings_experiments_description"
>
Use at your own risks, may freeze or crash the app
</string>
<string
name=
"settings_crash_report_description"
>
Only logs from the last 5 minutes before the crash will be collected
</string>
<string
name=
"alt_artist_art"
>
Artist art
</string>
<string
name=
"track_info_details_title"
>
Track details
</string>
<string
name=
"radio_playback_error"
>
There was an error while trying to play this radio
</string>
<string
name=
"radio_random_description"
>
Totally random picks, maybe you\'ll discover new things\?
</string>
<string
name=
"playlist_add_to_create"
>
Create playlist
</string>
</resources>
\ No newline at end of file
</resources>
This diff is collapsed.
Click to expand it.
build.gradle.kts
+
0
−
1
View file @
db034a06
...
...
@@ -3,7 +3,6 @@ buildscript {
repositories
{
google
()
mavenCentral
()
jcenter
()
gradlePluginPortal
()
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment