Skip to content

Commit

Permalink
ammended .aar
Browse files Browse the repository at this point in the history
  • Loading branch information
BenL committed Apr 26, 2016
1 parent 587e23a commit ea16f1b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion SimpleSurvey/.idea/gradle.xml

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

2 changes: 1 addition & 1 deletion SimpleSurvey/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<application
android:allowBackup="true"
android:label="@string/app_name"
android:label="@string/application_name"
android:icon="@mipmap/ic_launcher"
android:theme="@style/AppTheme">
<activity
Expand Down
2 changes: 1 addition & 1 deletion SimpleSurvey/app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<resources>
<string name="app_name">SurveyMonkeyAndroidSDK_Example</string>
<string name="application_name">SurveyMonkeyAndroidSDK_Example</string>
<string name="promoter_prompt">We\'re glad you love our app! Now please rate us in the app store!</string>
<string name="detractor_prompt">We\'re sorry you\'re experiencing problems with our app, we promise to address the issues you experienced as quickly as possible.</string>
<string name="thanks_prompt">Thanks for responding to our survey!</string>
Expand Down
4 changes: 2 additions & 2 deletions SimpleSurvey/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Wed Oct 21 11:34:03 PDT 2015
#Mon Apr 25 15:06:16 PDT 2016
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.8-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.10-all.zip
Binary file modified surveymonkey_android_sdk.aar
Binary file not shown.

0 comments on commit ea16f1b

Please sign in to comment.