Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
Merge pull request #191 from BanDroid/main
Browse files Browse the repository at this point in the history
- Update templates
  - Updated JDK and dependency versions.
  - Update Kotlin template image.
  • Loading branch information
itsaky authored May 8, 2022
2 parents b5a14bd + b727a2a commit 1f3f582
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
Binary file modified app/src/main/assets/templates/0.zip
Binary file not shown.
Binary file modified app/src/main/assets/templates/1.zip
Binary file not shown.
Binary file modified app/src/main/assets/templates/2.zip
Binary file not shown.
Binary file modified app/src/main/assets/templates/3.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion app/src/main/java/com/itsaky/androidide/MainActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ private void createTemplates() {
.setId(3)
.setName(this, R.string.template_kotlin_basic)
.setDescription(this, R.string.template_description_kotlin_basic)
.setImageId(R.drawable.template_basic),
.setImageId(R.drawable.template_kotlin),
libgdx =
new ProjectTemplate()
.setId(4)
Expand Down

0 comments on commit 1f3f582

Please sign in to comment.