Billing version update

This commit is contained in:
serso 2015-02-10 11:23:07 +01:00
parent 35cb38b74c
commit d5f06bb3f2
3 changed files with 2 additions and 4 deletions

View File

@ -107,7 +107,7 @@
<orderEntry type="library" exported="" name="floatingactionbutton-1.1.0" level="project" />
<orderEntry type="library" exported="" name="android-common-preferences-1.1.18" level="project" />
<orderEntry type="library" exported="" name="support-annotations-21.0.3" level="project" />
<orderEntry type="library" exported="" name="checkout-0.7.0" level="project" />
<orderEntry type="library" exported="" name="checkout-0.7.1" level="project" />
<orderEntry type="library" exported="" name="android-common-lists-1.1.18" level="project" />
<orderEntry type="library" exported="" name="guava-11.0.2" level="project" />
<orderEntry type="library" exported="" name="commons-cli-1.2" level="project" />

View File

@ -70,7 +70,7 @@ dependencies {
compile('org.solovyev:jscl:1.0.8') {
exclude(module: 'xercesImpl')
}
compile 'org.solovyev.android:checkout:0.7.0@aar'
compile 'org.solovyev.android:checkout:0.7.1@aar'
compile 'org.solovyev.android:material:0.1.2@aar'
compile 'com.google.android.gms:play-services-ads:6.5.87@aar'
compile 'com.google.android.gms:play-services-base:6.5.87@aar'

View File

@ -175,8 +175,6 @@ public class CalculatorApplication extends android.app.Application implements Sh
Locator.getInstance().getCalculator().init();
App.getBilling().connect();
new Thread(new Runnable() {
@Override
public void run() {