티스토리 뷰
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
35
36
37
38
39
40
41
|
apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
android {
compileSdkVersion 28
buildToolsVersion "28.0.3"
defaultConfig {
applicationId "com.example.application"
minSdkVersion 25
targetSdkVersion 28
versionCode 1
versionName "1.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
}
}
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation"org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'androidx.core:core-ktx:1.0.2'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
}
|
cs |
'8. 모바일' 카테고리의 다른 글
[Madrid] FBV (Function based view) 로 connection 체크하기 (0) | 2021.10.01 |
---|---|
장고/2021-12-/마드리드/ Django 와 React 연결하기 (0) | 2021.09.30 |
[Madrid] ModuleNotFoundError: No module named 'admin.sorting'; 'admin' is not a package 에러 해결방법 (0) | 2021.09.23 |
[Madrid] 파이참에서 디폴트가 power shell 에서 cmd 로 변경하기 (0) | 2021.09.17 |
코틀린/안드로이드/2020-05-03/ 계산기 예제 (0) | 2020.05.03 |
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- maven
- AWS
- terms
- jQuery
- JUnit
- Oracle
- Mongo
- docker
- SpringBoot
- Mlearn
- KAFKA
- JPA
- springMVC
- nodejs
- Django
- Eclipse
- mariadb
- ERD
- database
- COLAB
- Git
- SQLAlchemy
- Algorithm
- vscode
- Python
- React
- intellij
- tensorflow
- Java
- FLASK
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함