Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to AndroidX and android-30 #58

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ repositories {
}

dependencies {
compile 'com.github.Slyce-Inc:SlyceMessaging:1.1.2'
implementation 'com.github.custanator:SlyceMessaging:2.0.0'
}
```

Expand Down
26 changes: 9 additions & 17 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,38 +2,30 @@

buildscript {
repositories {
mavenLocal()
jcenter()

google()
maven {
url 'https://maven.fabric.io/public'
}
}
dependencies {
classpath 'com.android.tools.build:gradle:2.1.2'

classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.4'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.3'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
classpath 'com.android.tools.build:gradle:8.0.1'
classpath 'com.google.gms:google-services:4.3.15'
}
}

allprojects {
repositories {
google()
jcenter()
maven { url 'https://maven.google.com' }
flatDir {
dirs 'libs'
}
maven {
url "https://s3.amazonaws.com/repo.commonsware.com"
}
}
}

task clean(type: Delete) {
delete rootProject.buildDir
}

ext {
supportLibVersion = "24.1.1"
testRunnerVersion = "0.5"
espressoVersion = "2.2.2"
}
1 change: 0 additions & 1 deletion example/.gitignore

This file was deleted.

40 changes: 0 additions & 40 deletions example/build.gradle

This file was deleted.

17 changes: 0 additions & 17 deletions example/proguard-rules.pro

This file was deleted.

This file was deleted.

This file was deleted.

22 changes: 0 additions & 22 deletions example/src/main/AndroidManifest.xml

This file was deleted.

Loading