Skip to content

Commit

Permalink
Merge pull request #695 from ably/fix-android-release
Browse files Browse the repository at this point in the history
Fix Android release
  • Loading branch information
QuintinWillison authored Aug 5, 2021
2 parents 1f271d7 + ec43073 commit ed0e828
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 14 deletions.
7 changes: 2 additions & 5 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@ buildscript {
repositories {
mavenCentral()
mavenLocal()
jcenter()
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.2.1'
classpath 'com.android.tools.build:gradle:4.1.0'
}
}

Expand All @@ -19,14 +18,12 @@ ext {

allprojects {
repositories {
jcenter()
google()
}
}

android {
compileSdkVersion 22
buildToolsVersion '28.0.3'
compileSdkVersion 30

defaultConfig {
buildConfigField 'String', 'LIBRARY_NAME', '"android"'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
import android.content.SharedPreferences;

import androidx.localbroadcastmanager.content.LocalBroadcastManager;
import android.support.v4.content.LocalBroadcastManager;
import com.google.gson.JsonObject;
import com.google.gson.JsonPrimitive;
import io.ably.lib.http.Http;
Expand Down
1 change: 0 additions & 1 deletion common.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
repositories {
jcenter()
mavenCentral()
}

Expand Down
2 changes: 1 addition & 1 deletion gradle-lint/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

repositories {
jcenter()
mavenCentral()
}

sourceSets {
Expand Down
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
org.gradle.jvmargs=-Xmx1536M
android.useAndroidX=true
6 changes: 0 additions & 6 deletions java/build.gradle
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
buildscript {
repositories {
jcenter()
}
}

plugins {
id 'de.fuerstenau.buildconfig' version '1.1.8'
id 'checkstyle'
Expand Down

0 comments on commit ed0e828

Please sign in to comment.