FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
httpsms-Android/android/build.gradle at main · BitFlexFinTech/httpsms-Android · GitHub
BitFlexFinTech
/
httpsms-Android
Public
forked from
NdoleStudio/httpsms
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
httpsms-Android
/
android
/
build.gradle
Copy path
More file actions
More file actions
Latest commit
History
History
History
27 lines (24 loc) · 781 Bytes
Breadcrumbs
httpsms-Android
/
android
/
build.gradle
Copy path
File metadata and controls
27 lines (24 loc) · 781 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
//
Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript
{
ext {
kotlin_version
=
'
2.1.0
'
}
repositories {
//
Check that you have the following line (if not, add it):
google()
mavenCentral()
//
Google's Maven repository
}
dependencies {
//
Add this line
classpath
'
com.google.gms:google-services:4.4.2
'
classpath
"
org.jetbrains.kotlin:kotlin-gradle-plugin:
$k
otlin_version
"
}
}
plugins
{
id
'
com.android.application
'
version
'
8.9.2
'
apply
false
id
'
com.android.library
'
version
'
8.9.2
'
apply
false
id
'
org.jetbrains.kotlin.android
'
version
'
1.6.21
'
apply
false
}
tasks
.
register(
'
clean
'
,
Delete
) {
delete rootProject
.
buildDir
}
Back
|
FazBrowse Home
|
New Git URL