mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-14 10:11:43 +00:00
A2DP Volume: Fix build
This commit is contained in:
parent
82858bc636
commit
52a313d260
2 changed files with 34 additions and 2 deletions
|
|
@ -70,9 +70,9 @@ Build:2.11.12,125
|
||||||
extlibs=android/android-support-v4.jar
|
extlibs=android/android-support-v4.jar
|
||||||
|
|
||||||
Build:2.11.13,126
|
Build:2.11.13,126
|
||||||
disable=missing build.gradle file
|
commit=ad4167b1048365e437c8ace14a5c842ebd6a72df
|
||||||
commit=19958f960d641f317f4ffb920266f9f1ba6dde29
|
|
||||||
subdir=app
|
subdir=app
|
||||||
|
patch=gradle.patch
|
||||||
gradle=yes
|
gradle=yes
|
||||||
|
|
||||||
Auto Update Mode:None
|
Auto Update Mode:None
|
||||||
|
|
|
||||||
32
metadata/a2dp.Vol/gradle.patch
Normal file
32
metadata/a2dp.Vol/gradle.patch
Normal file
|
|
@ -0,0 +1,32 @@
|
||||||
|
diff --git a/app/build.gradle b/app/build.gradle
|
||||||
|
new file mode 100644
|
||||||
|
index 0000000..bba1a96
|
||||||
|
--- /dev/null
|
||||||
|
+++ b/app/build.gradle
|
||||||
|
@@ -0,0 +1,26 @@
|
||||||
|
+apply plugin: 'com.android.application'
|
||||||
|
+
|
||||||
|
+android {
|
||||||
|
+ compileSdkVersion 19
|
||||||
|
+ buildToolsVersion '23.0.2'
|
||||||
|
+ defaultConfig {
|
||||||
|
+ applicationId "a2dp.Vol"
|
||||||
|
+ minSdkVersion 15
|
||||||
|
+ targetSdkVersion 19
|
||||||
|
+ }
|
||||||
|
+
|
||||||
|
+ buildTypes {
|
||||||
|
+
|
||||||
|
+ }
|
||||||
|
+
|
||||||
|
+ sourceSets {
|
||||||
|
+ main {
|
||||||
|
+ manifest.srcFile 'src/main/AndroidManifest.xml'
|
||||||
|
+ }
|
||||||
|
+ }
|
||||||
|
+
|
||||||
|
+}
|
||||||
|
+
|
||||||
|
+dependencies {
|
||||||
|
+ compile 'com.android.support:support-v4:21.0.3'
|
||||||
|
+}
|
||||||
Loading…
Reference in a new issue