• Y
  • List All
  • Feedback
    • This Project
    • All Projects
Profile Account settings Log out
  • Favorite
  • Project
  • All
Loading...
  • Log in
  • Sign up
ansdpwn / 도로위험상황_모니터링및안내시스템 star
  • Project homeH
  • CodeC
  • IssueI
  • Pull requestP
  • Review R
  • MilestoneM
  • BoardB 1
  • Files
  • Commit
  • Branches
도로위험상황_모니터링및안내시스템androidappbuild_defs.bzl
Download as .zip file
File name
Commit message
Commit date
.bundle
[FEAT] fogapp
2023-11-14
__tests__
[FEAT] fogapp
2023-11-14
android
[FEAT] apk생성
2023-11-15
ios
[FEAT] fogapp
2023-11-14
src
[FIX] 모달창 수정 및, 파일 업로드 오류 수정
2023-11-15
.buckconfig
[FEAT] fogapp
2023-11-14
.eslintrc.js
[FEAT] fogapp
2023-11-14
.flowconfig
[FEAT] fogapp
2023-11-14
.gitignore
[FEAT] fogapp
2023-11-14
.node-version
[FEAT] fogapp
2023-11-14
.prettierrc.js
[FEAT] fogapp
2023-11-14
.ruby-version
[FEAT] fogapp
2023-11-14
.watchmanconfig
[FEAT] fogapp
2023-11-14
App.js
[FEAT] fogapp
2023-11-14
Gemfile
[FEAT] fogapp
2023-11-14
app.json
[FIX] api key 변경, color.js 로 관리 변경
2023-11-14
babel.config.js
[FEAT] fogapp
2023-11-14
index.js
[FEAT] fogapp
2023-11-14
metro.config.js
[FEAT] fogapp
2023-11-14
package-lock.json
[FIX] api key 변경, color.js 로 관리 변경
2023-11-14
package.json
[FIX] api key 변경, color.js 로 관리 변경
2023-11-14
test.json
[FEAT] fogapp
2023-11-14
File name
Commit message
Commit date
app
[FEAT] apk생성
2023-11-15
gradle/wrapper
[FEAT] fogapp
2023-11-14
build.gradle
[FEAT] fogapp
2023-11-14
gradle.properties
[FEAT] fogapp
2023-11-14
gradlew
[FEAT] fogapp
2023-11-14
gradlew.bat
[FEAT] fogapp
2023-11-14
settings.gradle
[FIX] api key 변경, color.js 로 관리 변경
2023-11-14
File name
Commit message
Commit date
src
[FEAT] apk생성
2023-11-15
_BUCK
[FIX] api key 변경, color.js 로 관리 변경
2023-11-14
build.gradle
[FIX] api key 변경, color.js 로 관리 변경
2023-11-14
build_defs.bzl
[FEAT] fogapp
2023-11-14
debug.keystore
[FEAT] fogapp
2023-11-14
proguard-rules.pro
[FEAT] fogapp
2023-11-14
moonyeju 2023-11-14 481d681 [FEAT] fogapp UNIX
Raw Open in browser Change history
"""Helper definitions to glob .aar and .jar targets""" def create_aar_targets(aarfiles): for aarfile in aarfiles: name = "aars__" + aarfile[aarfile.rindex("/") + 1:aarfile.rindex(".aar")] lib_deps.append(":" + name) android_prebuilt_aar( name = name, aar = aarfile, ) def create_jar_targets(jarfiles): for jarfile in jarfiles: name = "jars__" + jarfile[jarfile.rindex("/") + 1:jarfile.rindex(".jar")] lib_deps.append(":" + name) prebuilt_jar( name = name, binary_jar = jarfile, )

          
        
    
    
Copyright Yona authors & © NAVER Corp. & NAVER LABS Supported by NAVER CLOUD PLATFORM

or
Sign in with github login with Google Sign in with Google
Reset password | Sign up