Skip to content

Commit

Permalink
Merge pull request #39 from tukcomCD2024/Android_front-end
Browse files Browse the repository at this point in the history
Android front end
  • Loading branch information
kmseongmin authored Mar 12, 2024
2 parents 26177f1 + ae23282 commit 6e07eb5
Show file tree
Hide file tree
Showing 23 changed files with 83 additions and 1 deletion.
Binary file added Android/.gradle/8.2/checksums/checksums.lock
Binary file not shown.
Binary file not shown.
Empty file.
Binary file not shown.
Binary file added Android/.gradle/8.2/fileChanges/last-build.bin
Binary file not shown.
Binary file added Android/.gradle/8.2/fileHashes/fileHashes.bin
Binary file not shown.
Binary file added Android/.gradle/8.2/fileHashes/fileHashes.lock
Binary file not shown.
Empty file.
Binary file not shown.
2 changes: 2 additions & 0 deletions Android/.gradle/buildOutputCleanup/cache.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#Tue Mar 12 19:39:19 KST 2024
gradle.version=8.2
2 changes: 2 additions & 0 deletions Android/.gradle/config.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#Tue Mar 12 19:39:10 KST 2024
java.home=/Applications/Android Studio.app/Contents/jbr/Contents/Home
Empty file.
3 changes: 3 additions & 0 deletions Android/.idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Android/.idea/.name

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions Android/.idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions Android/.idea/deploymentTargetDropDown.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 18 additions & 0 deletions Android/.idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions Android/.idea/kotlinc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions Android/.idea/migrations.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions Android/.idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions Android/.idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class Login : AppCompatActivity() {

val gson = GsonBuilder().setLenient().create()
val retrofit = Retrofit.Builder()
.baseUrl("http://172.30.58.135:8080/")//실제로는 aws url이 들어가야함
.baseUrl("https://4kringo.shop:8080/")//실제로는 aws url이 들어가야함
.addConverterFactory(GsonConverterFactory.create(gson))
.build();
val service = retrofit.create(RetrofitService::class.java);
Expand Down
8 changes: 8 additions & 0 deletions Android/local.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## This file must *NOT* be checked into Version Control Systems,
# as it contains information specific to your local configuration.
#
# Location of the SDK. This is only used by Gradle.
# For customization when using a Version Control System, please read the
# header note.
#Tue Mar 12 19:39:12 KST 2024
sdk.dir=/Users/kimseongmin/Library/Android/sdk

0 comments on commit 6e07eb5

Please sign in to comment.