-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to SDK 28 and migrate to AndroidX
- Loading branch information
Showing
649 changed files
with
972 additions
and
655 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,13 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<classpath> | ||
<classpathentry kind="src" path="src/main/java"/> | ||
<classpathentry kind="src" path="app/src/main/java"/> | ||
<classpathentry kind="src" path="gen"/> | ||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8/"/> | ||
<classpathentry kind="con" path="org.eclipse.buildship.core.gradleclasspathcontainer"/> | ||
<classpathentry kind="con" path="org.eclipse.andmore.ANDROID_FRAMEWORK"/> | ||
<classpathentry exported="true" kind="con" path="org.eclipse.andmore.LIBRARIES"/> | ||
<classpathentry exported="true" kind="con" path="org.eclipse.andmore.DEPENDENCIES"/> | ||
<classpathentry kind="lib" path="/home/didi/Android/Sdk/tools/lib/guava-20.0.jar"/> | ||
<classpathentry kind="output" path="bin/classes"/> | ||
<classpathentry kind="lib" path="/home/didi/Android/Sdk/build-tools/28.0.3/renderscript/lib/renderscript-v8.jar"/> | ||
<classpathentry kind="lib" path="libs/guava-24.1-jre.jar"/> | ||
<classpathentry kind="output" path="bin/default"/> | ||
</classpath> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
apply plugin: 'com.android.application' | ||
|
||
android { | ||
compileSdkVersion 28 | ||
buildToolsVersion "28.0.3" | ||
|
||
defaultConfig { | ||
applicationId "org.lineageos.eleven" | ||
targetSdkVersion 28 | ||
renderscriptTargetApi 28 | ||
renderscriptSupportModeEnabled true | ||
versionCode 3 | ||
versionName "3.0" | ||
|
||
vectorDrawables.useSupportLibrary = true | ||
} | ||
|
||
signingConfigs { | ||
release { | ||
storeFile file("/home/didi/eclipse/DevStore") | ||
storePassword "test123" | ||
keyAlias "TestKey" | ||
keyPassword "1234567890" | ||
} | ||
} | ||
|
||
compileOptions { | ||
sourceCompatibility "1.8" | ||
targetCompatibility "1.8" | ||
} | ||
|
||
buildTypes { | ||
release { | ||
minifyEnabled false | ||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-project.txt' | ||
signingConfig signingConfigs.release | ||
} | ||
} | ||
|
||
lintOptions { | ||
disable 'ExtraTranslation', 'MissingTranslation', 'MissingQuantity' | ||
disable 'ProtectedPermissions' | ||
disable 'AppLinkUrlError', 'StringFormatInvalid' | ||
} | ||
|
||
useLibrary 'android.test.runner' | ||
|
||
useLibrary 'android.test.base' | ||
useLibrary 'android.test.mock' | ||
} | ||
|
||
dependencies { | ||
implementation fileTree(include: ['*.jar'], dir: 'libs') | ||
implementation 'androidx.appcompat:appcompat:1.0.2' | ||
implementation 'androidx.palette:palette:1.0.0' | ||
implementation 'androidx.recyclerview:recyclerview:1.0.0' | ||
implementation 'androidx.legacy:legacy-preference-v14:1.0.0' | ||
implementation 'androidx.cardview:cardview:1.0.0' | ||
implementation 'androidx.preference:preference:1.0.0' | ||
implementation 'androidx.gridlayout:gridlayout:1.0.0' | ||
implementation 'androidx.media:media:1.0.0' | ||
implementation 'com.google.guava:guava:24.1-jre' | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.