Skip to content

Commit

Permalink
new repos
Browse files Browse the repository at this point in the history
  • Loading branch information
LeOS-GSI committed May 22, 2022
1 parent 272a350 commit f857ab5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ android {
targetSdkVersion 29
versionCode 4
versionName '1.3'
ndk.abiFilters 'armeabi-v7a','arm64-v8a','x86','x86_64'

def languages = [ 'en' ]
buildConfigField 'String[]', 'LANGUAGES', '{ "' + languages.join('", "') + '" }'
Expand Down
8 changes: 8 additions & 0 deletions src/main/kotlin/nya/kitsunyan/foxydroid/entity/Repository.kt
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,14 @@ data class Repository(val id: Long, val address: String, val mirrors: List<Strin
"repository of The Guardian Project apps for use with the F-Droid client. This contains older versions of " +
"applications from the main repository.", 21, false,
"B7C2EEFD8DAC7806AF67DFCD92EB18126BC08312A7F2D6F3862E46013C7A6135", "")
}, run {
defaultRepository("https://cloudflare.f-droid.org/repo", "F-Droid fallback", "The official " +
"F_doid fallback for using with LeOS-Droid client.", 21, false,
"43238D512C1E5EB2D6569F4A3AFBF5523418B82E0A3ED1552770ABB9A9C9CCAB", "")
}, run {
defaultRepository("https://fdroid.bromite.org/fdroid/repo", "Bromite", "The official " +
"Bromite repo for using with LeOS-Droid client.", 21, false,
"E1EE5CD076D7B0DC84CB2B45FB78B86DF2EB39A3B6C56BA3DC292A5E0C3B9504", "")
})
}
}

0 comments on commit f857ab5

Please sign in to comment.