Loading .gitignore 0 → 100644 +2 −0 Original line number Diff line number Diff line .gradle build app/build.gradle +7 −7 Original line number Diff line number Diff line apply plugin: 'com.android.application' android { compileSdkVersion 26 buildToolsVersion "26.0.2" compileSdkVersion 28 buildToolsVersion "28.0.0" defaultConfig { applicationId "org.indin.blissiconpack" minSdkVersion 21 targetSdkVersion 26 targetSdkVersion 28 versionCode 1 versionName "1.0" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" Loading @@ -20,10 +20,10 @@ android { } dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', { implementation fileTree(dir: 'libs', include: ['*.jar']) androidTestImplementation('com.android.support.test.espresso:espresso-core:2.2.2', { exclude group: 'com.android.support', module: 'support-annotations' }) compile 'com.android.support:appcompat-v7:26.+' testCompile 'junit:junit:4.12' implementation 'com.android.support:appcompat-v7:26.+' testImplementation 'junit:junit:4.12' } build.gradle +2 −1 Original line number Diff line number Diff line Loading @@ -3,9 +3,10 @@ buildscript { repositories { jcenter() google() } dependencies { classpath 'com.android.tools.build:gradle:3.0.0' classpath 'com.android.tools.build:gradle:3.1.0' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files Loading gradle/wrapper/gradle-wrapper.properties +1 −1 Original line number Diff line number Diff line Loading @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip Loading
app/build.gradle +7 −7 Original line number Diff line number Diff line apply plugin: 'com.android.application' android { compileSdkVersion 26 buildToolsVersion "26.0.2" compileSdkVersion 28 buildToolsVersion "28.0.0" defaultConfig { applicationId "org.indin.blissiconpack" minSdkVersion 21 targetSdkVersion 26 targetSdkVersion 28 versionCode 1 versionName "1.0" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" Loading @@ -20,10 +20,10 @@ android { } dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', { implementation fileTree(dir: 'libs', include: ['*.jar']) androidTestImplementation('com.android.support.test.espresso:espresso-core:2.2.2', { exclude group: 'com.android.support', module: 'support-annotations' }) compile 'com.android.support:appcompat-v7:26.+' testCompile 'junit:junit:4.12' implementation 'com.android.support:appcompat-v7:26.+' testImplementation 'junit:junit:4.12' }
build.gradle +2 −1 Original line number Diff line number Diff line Loading @@ -3,9 +3,10 @@ buildscript { repositories { jcenter() google() } dependencies { classpath 'com.android.tools.build:gradle:3.0.0' classpath 'com.android.tools.build:gradle:3.1.0' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files Loading
gradle/wrapper/gradle-wrapper.properties +1 −1 Original line number Diff line number Diff line Loading @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip