applicationId "com.stoutner.privacybrowser"
minSdkVersion 15
targetSdkVersion 23
- versionCode 4
- versionName "1.3"
+ versionCode 5
+ versionName "1.4"
}
buildTypes {
productFlavors {
standard {
applicationId "com.stoutner.privacybrowser.standard"
- versionName "1.3-standard"
+ versionName "1.4-standard"
}
free {
applicationId "com.stoutner.privacybrowser.free"
- versionName "1.3-free"
+ versionName "1.4-free"
}
}
}
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:design:23.3.0'
- // Only compile com.google.android.gms:play-services-ads for the free version so that the standard version can build of F-Droid.
+ // Only compile com.google.android.gms:play-services-ads for the free version.
freeCompile 'com.google.android.gms:play-services-ads:8.4.0'
}