Skip to content

Commit 280399d

Browse files
committed
⬆️ deps up
1 parent 702f6ea commit 280399d

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

app/build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ android {
1010
applicationId "com.theapache64.brogrammer"
1111
minSdkVersion min_sdk_version
1212
targetSdkVersion target_sdk_version
13-
versionCode 1
14-
versionName "1.0"
13+
versionCode 10001
14+
versionName "1.0.0-alpha01"
1515
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1616
}
1717
buildTypes {
@@ -58,7 +58,7 @@ dependencies {
5858
implementation 'com.theah64.materialcolors:materialcolors:1.0.0'
5959

6060
// TwinKill
61-
def twinkill_version = '1.0.0-alpha02'
61+
def twinkill_version = '1.0.0-alpha06'
6262
implementation "com.theapache64.twinkill:core:$twinkill_version"
6363
implementation "com.theapache64.twinkill:logger:$twinkill_version"
6464

build.gradle

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
buildscript {
44
ext {
55
// Core
6-
kotlin_version = '1.3.41'
6+
kotlin_version = '1.3.61'
77
compile_sdk_version = 29
88
min_sdk_version = 16
99
target_sdk_version = 29
1010
appcompat_version = '1.0.2'
11-
ktx_version = '1.1.0'
11+
ktx_version = '1.2.0'
1212
constraint_version = '1.1.3'
13-
material_version = '1.0.0'
14-
lifecycle_version = '2.1.0-alpha04'
13+
material_version = '1.1.0'
14+
lifecycle_version = '2.2.0'
1515

1616
// External
1717
retrofit_version = '2.5.0'
@@ -28,7 +28,7 @@ buildscript {
2828

2929
}
3030
dependencies {
31-
classpath 'com.android.tools.build:gradle:3.5.2'
31+
classpath 'com.android.tools.build:gradle:3.6.0-rc03'
3232
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
3333
// NOTE: Do not place your application dependencies here; they belong
3434
// in the individual module app.build.gradle files
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Mon Sep 23 13:51:58 IST 2019
1+
#Sun Feb 23 08:55:01 IST 2020
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.4-all.zip

0 commit comments

Comments
 (0)