Skip to content

Commit

Permalink
Update build tools, a few libraries, & MaterialComponents theme
Browse files Browse the repository at this point in the history
  • Loading branch information
fat-tire committed Sep 19, 2018
1 parent a2ee9e4 commit 0da5564
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.3.0-alpha08'
classpath 'com.android.tools.build:gradle:3.3.0-alpha11'
}
}

Expand Down
8 changes: 4 additions & 4 deletions cSploit/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.3.0-alpha08'
classpath 'com.android.tools.build:gradle:3.3.0-alpha11'
}
}

Expand All @@ -21,16 +21,16 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.0.0-rc02'
implementation 'androidx.preference:preference:1.0.0-rc02'
implementation 'androidx.multidex:multidex:2.0.0'
implementation 'com.google.android.material:material:1.0.0-rc01'
implementation 'com.google.android.material:material:1.0.0-rc02'
implementation 'org.apache.commons:commons-compress:1.18'
implementation 'commons-net:commons-net:3.6'
implementation 'com.github.zafarkhaja:java-semver:0.9.0'
implementation 'org.unbescape:unbescape:1.1.6.RELEASE'
implementation 'org.msgpack:msgpack:0.6.12'
implementation 'com.googlecode.juniversalchardet:juniversalchardet:1.0.3'
implementation 'org.tukaani:xz:1.8'
implementation 'ch.acra:acra-http:5.1.3'
implementation 'ch.acra:acra-notification:5.1.3'
implementation 'ch.acra:acra-http:5.2.0'
implementation 'ch.acra:acra-notification:5.2.0'
testImplementation 'junit:junit:4.12'
}

Expand Down
4 changes: 2 additions & 2 deletions cSploit/src/main/res/values/style.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>

<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
<style name="AppTheme" parent="Theme.MaterialComponents.Light.DarkActionBar">
<item name="actionBarStyle">@style/Theme.CSploitActionBarStyle</item>
<item name="android:windowBackground">@color/background_window</item>
<item name="colorPrimary">@color/app_color</item>
Expand All @@ -17,7 +17,7 @@

<!-- this dark theme needs a lot of help and support in the app overall -->

<style name="DarkTheme" parent="Theme.AppCompat">
<style name="DarkTheme" parent="Theme.MaterialComponents">
<item name="actionBarStyle">@style/Theme.CSploitActionBarDarkStyle</item>
<item name="actionModeBackground">@color/app_color_dark</item>
<item name="colorPrimary">@color/selectable_blue_dark</item>
Expand Down

0 comments on commit 0da5564

Please sign in to comment.