mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-05-17 11:19:01 +00:00
Update Wrapper to 1.7
This commit is contained in:
parent
0593879335
commit
ed9af4e372
3 changed files with 7 additions and 7 deletions
|
|
@ -80,13 +80,12 @@
|
|||
</content>
|
||||
<orderEntry type="jdk" jdkName="Android API 21 Platform" jdkType="Android SDK" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
<orderEntry type="library" exported="" name="support-v4-18.0.0" level="project" />
|
||||
<orderEntry type="library" exported="" name="retrofit-1.6.0" level="project" />
|
||||
<orderEntry type="library" exported="" name="crouton-1.8.1" level="project" />
|
||||
<orderEntry type="library" exported="" name="appcompat-v7-21.0.3" level="project" />
|
||||
<orderEntry type="library" exported="" name="lib-1.7" level="project" />
|
||||
<orderEntry type="library" exported="" name="gson-2.2.4" level="project" />
|
||||
<orderEntry type="library" exported="" name="support-annotations-21.0.3" level="project" />
|
||||
<orderEntry type="library" exported="" name="support-v4-21.0.3" level="project" />
|
||||
<orderEntry type="library" exported="" name="lib-1.6" level="project" />
|
||||
<orderEntry type="library" exported="" name="appcompat-v7-18.0.0" level="project" />
|
||||
</component>
|
||||
</module>
|
||||
|
||||
|
|
|
|||
|
|
@ -20,9 +20,10 @@ repositories {
|
|||
|
||||
dependencies {
|
||||
compile fileTree(dir: 'libs', include: ['*.jar'])
|
||||
compile 'com.magicmicky.habitrpgwrapper:lib:1.6'
|
||||
aarLinkSources 'com.magicmicky.habitrpgwrapper:lib:1.6:sources@jar'
|
||||
compile 'com.magicmicky.habitrpgwrapper:lib:1.7'
|
||||
aarLinkSources 'com.magicmicky.habitrpgwrapper:lib:1.7:sources@jar'
|
||||
|
||||
compile 'com.android.support:appcompat-v7:18.0.+'
|
||||
}
|
||||
|
||||
android {
|
||||
|
|
|
|||
|
|
@ -375,7 +375,7 @@ public class MainActivity extends ActionBarActivity implements OnTaskCreationLis
|
|||
this.onPreResult();
|
||||
if(!editMode) {
|
||||
List<String> tagsIds = this.selectedTags;
|
||||
task.setTagsId(tagsIds);
|
||||
task.setTags(tagsIds);
|
||||
this.mAPIHelper.createUndefNewTask(task, new TaskCreationCallback(this));
|
||||
} else {
|
||||
this.mAPIHelper.uprateUndefinedTask(task, new TaskUpdateCallback(this));
|
||||
|
|
|
|||
Loading…
Reference in a new issue