From 6aba984bd69003641dd84f1597d3bf3772c50f38 Mon Sep 17 00:00:00 2001 From: Andres Sandoval Date: Mon, 17 Jun 2019 15:49:25 -0700 Subject: [PATCH 1/3] test PR trigger Bitrise build --- app/build.gradle | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 5b71e9f..6ad47f4 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -24,8 +24,7 @@ android { lintOptions { abortOnError false } - - + compileSdkVersion 28 defaultConfig { applicationId "com.bornin.androidapp" From 4126d8f5beb80177bbd68964d2002ab11a4c7e80 Mon Sep 17 00:00:00 2001 From: Andres Sandoval Date: Mon, 17 Jun 2019 16:01:20 -0700 Subject: [PATCH 2/3] Build App and post Github comment the install url $BITRISE_DEPLOY_DIR --- app/build.gradle | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 6ad47f4..51d8621 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -24,7 +24,7 @@ android { lintOptions { abortOnError false } - + compileSdkVersion 28 defaultConfig { applicationId "com.bornin.androidapp" @@ -78,12 +78,10 @@ dependencies { testImplementation 'junit:junit:4.12' androidTestImplementation 'com.android.support.test:runner:1.0.2' androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2' - - + implementation "org.jetbrains.anko:anko:$anko_version" implementation "com.google.android.gms:play-services-maps:16.1.0" androidTestImplementation 'com.android.support.test:rules:1.0.2' - } From 310f030e9449a130f4a22ff7a87bea6d8a8c59af Mon Sep 17 00:00:00 2001 From: Andres Sandoval Date: Mon, 17 Jun 2019 16:08:42 -0700 Subject: [PATCH 3/3] Start new build --- app/build.gradle | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 51d8621..b1ba875 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -67,7 +67,6 @@ android { } } - dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" @@ -78,7 +77,7 @@ dependencies { testImplementation 'junit:junit:4.12' androidTestImplementation 'com.android.support.test:runner:1.0.2' androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2' - + implementation "org.jetbrains.anko:anko:$anko_version" implementation "com.google.android.gms:play-services-maps:16.1.0" androidTestImplementation 'com.android.support.test:rules:1.0.2'