File tree 3 files changed +10
-10
lines changed
3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ android {
10
10
applicationId " com.theapache64.brogrammer"
11
11
minSdkVersion min_sdk_version
12
12
targetSdkVersion target_sdk_version
13
- versionCode 1
14
- versionName " 1.0"
13
+ versionCode 10001
14
+ versionName " 1.0.0-alpha01 "
15
15
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
16
16
}
17
17
buildTypes {
@@ -58,7 +58,7 @@ dependencies {
58
58
implementation ' com.theah64.materialcolors:materialcolors:1.0.0'
59
59
60
60
// TwinKill
61
- def twinkill_version = ' 1.0.0-alpha02 '
61
+ def twinkill_version = ' 1.0.0-alpha06 '
62
62
implementation " com.theapache64.twinkill:core:$twinkill_version "
63
63
implementation " com.theapache64.twinkill:logger:$twinkill_version "
64
64
Original file line number Diff line number Diff line change 3
3
buildscript {
4
4
ext {
5
5
// Core
6
- kotlin_version = ' 1.3.41 '
6
+ kotlin_version = ' 1.3.61 '
7
7
compile_sdk_version = 29
8
8
min_sdk_version = 16
9
9
target_sdk_version = 29
10
10
appcompat_version = ' 1.0.2'
11
- ktx_version = ' 1.1 .0'
11
+ ktx_version = ' 1.2 .0'
12
12
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 '
15
15
16
16
// External
17
17
retrofit_version = ' 2.5.0'
@@ -28,7 +28,7 @@ buildscript {
28
28
29
29
}
30
30
dependencies {
31
- classpath ' com.android.tools.build:gradle:3.5.2 '
31
+ classpath ' com.android.tools.build:gradle:3.6.0-rc03 '
32
32
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
33
33
// NOTE: Do not place your application dependencies here; they belong
34
34
// in the individual module app.build.gradle files
Original file line number Diff line number Diff line change 1
- # Mon Sep 23 13:51:58 IST 2019
1
+ # Sun Feb 23 08:55:01 IST 2020
2
2
distributionBase =GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
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
You can’t perform that action at this time.
0 commit comments