Skip to content
This repository has been archived by the owner on Sep 2, 2021. It is now read-only.

Commit

Permalink
update to build 1531000 (and pudate build tools too!)
Browse files Browse the repository at this point in the history
  • Loading branch information
n8fr8 committed Oct 26, 2017
1 parent c8e83e1 commit 39fa77a
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 6 deletions.
10 changes: 8 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ android {

defaultConfig {
applicationId 'im.zom.messenger'
versionCode 1510042
versionCode 1531000
versionName getVersionName()
archivesBaseName = "Zom-$versionName"
minSdkVersion project.ext.minSdkVersion
Expand Down Expand Up @@ -47,12 +47,17 @@ android {
}
}

// Specifies two flavor dimensions.
flavorDimensions "free"

productFlavors {
free {
dimension "free"
applicationId = "org.awesomeapp.messenger"
applicationId 'org.awesomeapp.messenger'
}
zomrelease {
dimension "free"
applicationId = "im.zom.messenger"
applicationId 'im.zom.messenger'
}
Expand Down Expand Up @@ -80,6 +85,7 @@ android {
verify = [
]
}
buildToolsVersion '26.0.2'
}

ext {
Expand All @@ -90,7 +96,7 @@ ext {

dependencies {
compile fileTree(include: '*.jar', dir: 'libs')
compile 'com.android.support:multidex:1.0.1'
compile 'com.android.support:multidex:1.0.2'
compile 'net.zetetic:android-database-sqlcipher:3.5.4@aar'
compile project(':otr4jandroid')
compile project(':tibetanTextLibrary')
Expand Down
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ buildscript {
mavenCentral()
jcenter()
maven { url "https://jitpack.io" }
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.3'
classpath 'com.android.tools.build:gradle:3.0.0'
classpath files('libs/gradle-witness.jar')
}
}
Expand All @@ -25,6 +26,7 @@ allprojects {
}
mavenCentral()

google()
}
project.ext {
// these are common variables used in */build.gradle
Expand Down
6 changes: 3 additions & 3 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#Wed Dec 21 11:28:09 EST 2016
#Thu Oct 26 12:17:20 EDT 2017
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip
distributionSha256Sum=71a787faed83c4ef21e8464cc8452b941b5fcd575043aa29d39d15d879be89f7
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip
##distributionSha256Sum=71a787faed83c4ef21e8464cc8452b941b5fcd575043aa29d39d15d879be89f7
1 change: 1 addition & 0 deletions otr4jandroid/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ android {
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
buildToolsVersion '26.0.2'
}

dependencies {
Expand Down
1 change: 1 addition & 0 deletions tibetanTextLibrary/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ android {
dependencies {
compile project.ext.appcompat
}
buildToolsVersion '26.0.2'
}

0 comments on commit 39fa77a

Please sign in to comment.