Temporary workaround for IDEA: use jar instead of apklib
This commit is contained in:
parent
e3a8744d46
commit
565e9d6460
@ -120,7 +120,7 @@
|
|||||||
<groupId>org.solovyev.android</groupId>
|
<groupId>org.solovyev.android</groupId>
|
||||||
<artifactId>billing</artifactId>
|
<artifactId>billing</artifactId>
|
||||||
<version>0.1</version>
|
<version>0.1</version>
|
||||||
<type>apklib</type>
|
<!--<type>apklib</type>-->
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
|
@ -9,5 +9,5 @@
|
|||||||
|
|
||||||
# Project target.
|
# Project target.
|
||||||
target=android-15
|
target=android-15
|
||||||
android.library.reference.1=../../common
|
android.library.reference.1=../calculatorpp-service
|
||||||
android.library.reference.2=../calculatorpp-service
|
android.library.reference.2=gen-external-apklibs/org.solovyev.android_common_0.1
|
||||||
|
Loading…
Reference in New Issue
Block a user