Skip to content

Commit

Permalink
Internet bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
widavies committed Feb 22, 2019
1 parent 52356c1 commit 1a1684e
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 6 additions & 5 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.2.0'
classpath 'com.android.tools.build:gradle:3.3.0'
classpath 'com.google.gms:google-services:3.1.1'
}
}
Expand All @@ -22,13 +22,13 @@ allprojects {

android {
compileSdkVersion 28
buildToolsVersion '28.0.2'
buildToolsVersion '28.0.3'
defaultConfig {
applicationId "com.cpjd.roblu"
minSdkVersion 19
targetSdkVersion 28
versionCode 69
versionName "4.5.10"
versionCode 70
versionName "4.5.11"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

javaCompileOptions {
Expand Down Expand Up @@ -110,6 +110,7 @@ dependencies {
//implementation 'org.projectlombok:lombok:1.18.0'
//implementation 'javax.annotation:jsr250-api:1.0'
//implementation 'com.googlecode.json-simple:json-simple:1.1'
annotationProcessor 'org.projectlombok:lombok:1.18.0'
compileOnly 'org.projectlombok:lombok:1.18.6'
annotationProcessor 'org.projectlombok:lombok:1.18.6'
implementation files('libs/TBA-API-V3.jar')
}
Binary file modified app/libs/RobluCloud-API.jar
Binary file not shown.
1 change: 1 addition & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
android:allowBackup="true"
android:icon="@drawable/launcher"
android:label="@string/app_name"
android:usesCleartextTraffic="true"
android:theme="@style/AppTheme">
<service android:name="com.cpjd.roblu.sync.cloud.Service"
android:enabled="true"
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.2.0'
classpath 'com.android.tools.build:gradle:3.3.0'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Wed Oct 03 13:05:32 CDT 2018
#Mon Feb 18 15:42:27 CST 2019
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.1-all.zip

0 comments on commit 1a1684e

Please sign in to comment.