Skip to content

Commit 32fe7a4

Browse files
committed
Name change
1 parent 0507acd commit 32fe7a4

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
AndroidRSSReaderTutorial
1+
AndroidClojureTutorial
2+
3+
https://slides.com/doppioslash/clojure-android-development/

project.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
(defproject AndroidRSSReaderTutorial/AndroidRSSReaderTutorial "0.0.1-SNAPSHOT"
2+
(defproject AndroiClojureTutorial/AndroidClojureTutorial "0.0.1-SNAPSHOT"
33
:description "FIXME: Android project description"
44
:url "http://example.com/FIXME"
55
:license {:name "Eclipse Public License"

res/values/strings.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<resources>
33

4-
<string name="app_name">AndroidRSSReaderTutorial</string>
4+
<string name="app_name">AndroidClojureTutorial</string>
55

66
</resources>

0 commit comments

Comments
 (0)