FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
APIJSON-Demo/APIJSON-Android/APIJSONTest/app/build.gradle at master · ping908/APIJSON-Demo · GitHub
ping908
/
APIJSON-Demo
Public
forked from
APIJSON/APIJSON-Demo
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
APIJSON-Demo
/
APIJSON-Android
/
APIJSONTest
/
app
/
build.gradle
Copy path
More file actions
More file actions
Latest commit
History
History
History
34 lines (32 loc) · 859 Bytes
Breadcrumbs
APIJSON-Demo
/
APIJSON-Android
/
APIJSONTest
/
app
/
build.gradle
Copy path
File metadata and controls
34 lines (32 loc) · 859 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
28
29
30
31
32
33
34
apply
plugin
:
'
com.android.application
'
android
{
compileSdkVersion 29
buildToolsVersion
'
29.0.0
'
defaultConfig {
applicationId
"
apijson.demo
"
minSdkVersion
26
targetSdkVersion
26
versionCode
1
versionName
"
1.0
"
}
buildTypes {
release {
minifyEnabled
false
proguardFiles getDefaultProguardFile(
'
proguard-android.txt
'
),
'
proguard-rules.pro
'
}
}
productFlavors {
}
compileOptions {
targetCompatibility
1.8
sourceCompatibility
1.8
}
}
dependencies
{
api fileTree(
dir
:
'
libs
'
,
include
: [
'
*.jar
'
])
api
'
com.squareup.okhttp:okhttp:2.1.0
'
api
'
com.alibaba:fastjson:1.2.61
'
api
'
com.github.APIJSON:apijson-orm:3.9.0
'
api
'
com.github.yhaolpz:FloatWindow:1.0.9
'
api
'
com.github.TommyLemon:UnitAuto:1.0.3
'
}
Back
|
FazBrowse Home
|
New Git URL