Skip to content
Navigation Menu
Toggle navigation
Sign in
In this repository
All GitHub Enterprise
↵
Jump to
↵
No suggested jump to results
In this repository
All GitHub Enterprise
↵
Jump to
↵
In this user
All GitHub Enterprise
↵
Jump to
↵
In this repository
All GitHub Enterprise
↵
Jump to
↵
Sign in
Reseting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
akinpelud
/
DissertationAPP
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
0
Pull requests
0
Projects
0
Security
Insights
Additional navigation options
Code
Issues
Pull requests
Projects
Security
Insights
Files
main
Dissertation
PowerOf10
.idea
app
gradle
rsspage
.gitignore
build.gradle
gradle.properties
gradlew
gradlew.bat
settings.gradle
.gitattributes
README.md
Breadcrumbs
DissertationAPP
/
PowerOf10
/
settings.gradle
Blame
Blame
Latest commit
History
History
18 lines (18 loc) · 412 Bytes
Breadcrumbs
DissertationAPP
/
PowerOf10
/
settings.gradle
Top
File metadata and controls
Code
Blame
18 lines (18 loc) · 412 Bytes
Raw
pluginManagement { repositories { gradlePluginPortal() google() mavenCentral() maven { url 'https://jitpack.io' } } } dependencyResolutionManagement { repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS) repositories { google() mavenCentral() maven { url 'https://jitpack.io' } } } rootProject.name = "PowerOf10" include ':app'
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
You can’t perform that action at this time.