We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0507acd commit 32fe7a4Copy full SHA for 32fe7a4
README.md
@@ -1 +1,3 @@
1
-AndroidRSSReaderTutorial
+AndroidClojureTutorial
2
+
3
+https://slides.com/doppioslash/clojure-android-development/
project.clj
@@ -1,5 +1,5 @@
-(defproject AndroidRSSReaderTutorial/AndroidRSSReaderTutorial "0.0.1-SNAPSHOT"
+(defproject AndroiClojureTutorial/AndroidClojureTutorial "0.0.1-SNAPSHOT"
:description "FIXME: Android project description"
4
:url "http://example.com/FIXME"
5
:license {:name "Eclipse Public License"
res/values/strings.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
- <string name="app_name">AndroidRSSReaderTutorial</string>
+ <string name="app_name">AndroidClojureTutorial</string>
6
</resources>
0 commit comments