Remove Gradle as build system
This application must be compiled with the operating system, so Gradle is unnecessary.
This commit is contained in:
parent
0bd1596056
commit
072e9a1b02
50 changed files with 1 additions and 42 deletions
Android.mkAndroidManifest.xmlsettings.gradlewhitelist_com.stevesoltys.backup.xml
app
build.gradlepermissions_com.stevesoltys.backup.xmlres
layout
activity_create_backup.xmlactivity_main.xmlactivity_restore_backup.xmlchecked_list_item.xmlprogress_popup_window.xml
mipmap-hdpi
mipmap-mdpi
mipmap-xhdpi
mipmap-xxhdpi
mipmap-xxxhdpi
values-w820dp
values
src/com/stevesoltys/backup
activity
MainActivity.javaMainActivityController.java
backup
BackupObserver.javaBackupPopupWindowListener.javaCreateBackupActivity.javaCreateBackupActivityController.java
restore
session
transport
|
@ -21,6 +21,6 @@ LOCAL_PACKAGE_NAME := Backup
|
||||||
LOCAL_MODULE_TAGS := optional
|
LOCAL_MODULE_TAGS := optional
|
||||||
LOCAL_REQUIRED_MODULES := com.stevesoltys.backup.xml
|
LOCAL_REQUIRED_MODULES := com.stevesoltys.backup.xml
|
||||||
LOCAL_PRIVILEGED_MODULE := true
|
LOCAL_PRIVILEGED_MODULE := true
|
||||||
LOCAL_SRC_FILES := $(call all-java-files-under, java)
|
LOCAL_SRC_FILES := $(call all-java-files-under, src)
|
||||||
LOCAL_RESOURCE_DIR := $(LOCAL_PATH)/res
|
LOCAL_RESOURCE_DIR := $(LOCAL_PATH)/res
|
||||||
include $(BUILD_PACKAGE)
|
include $(BUILD_PACKAGE)
|
|
@ -1,17 +0,0 @@
|
||||||
apply plugin: 'com.android.application'
|
|
||||||
|
|
||||||
android {
|
|
||||||
compileSdkVersion 26
|
|
||||||
buildToolsVersion '26.0.1'
|
|
||||||
|
|
||||||
buildTypes {
|
|
||||||
release {
|
|
||||||
minifyEnabled false
|
|
||||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
dependencies {
|
|
||||||
compile fileTree(include: ['*.jar'], dir: 'libs')
|
|
||||||
}
|
|
23
build.gradle
23
build.gradle
|
@ -1,23 +0,0 @@
|
||||||
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
|
||||||
|
|
||||||
buildscript {
|
|
||||||
repositories {
|
|
||||||
jcenter()
|
|
||||||
}
|
|
||||||
dependencies {
|
|
||||||
classpath 'com.android.tools.build:gradle:2.3.3'
|
|
||||||
|
|
||||||
// NOTE: Do not place your application dependencies here; they belong
|
|
||||||
// in the individual module build.gradle files
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
allprojects {
|
|
||||||
repositories {
|
|
||||||
jcenter()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
task clean(type: Delete) {
|
|
||||||
delete rootProject.buildDir
|
|
||||||
}
|
|
Before ![]() (image error) Size: 3.3 KiB After ![]() (image error) Size: 3.3 KiB ![]() ![]() |
Before ![]() (image error) Size: 2.2 KiB After ![]() (image error) Size: 2.2 KiB ![]() ![]() |
Before ![]() (image error) Size: 4.7 KiB After ![]() (image error) Size: 4.7 KiB ![]() ![]() |
Before ![]() (image error) Size: 7.5 KiB After ![]() (image error) Size: 7.5 KiB ![]() ![]() |
Before ![]() (image error) Size: 10 KiB After ![]() (image error) Size: 10 KiB ![]() ![]() |
|
@ -1 +0,0 @@
|
||||||
include ':app'
|
|
Loading…
Add table
Reference in a new issue