This repository was archived by the owner on May 22, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +17
-13
lines changed Expand file tree Collapse file tree 6 files changed +17
-13
lines changed Original file line number Diff line number Diff line change @@ -2,11 +2,10 @@ apply plugin: 'com.android.application'
22
33android {
44 compileSdkVersion rootProject. ext. compileSdkVersion
5- buildToolsVersion rootProject. ext. buildToolsVersion
65
76 defaultConfig {
87 minSdkVersion 8
9- targetSdkVersion 18
8+ targetSdkVersion 27
109 versionName project. VERSION_NAME
1110 versionCode Integer . parseInt(project. VERSION_CODE )
1211 }
Original file line number Diff line number Diff line change @@ -2,11 +2,10 @@ apply plugin: 'com.android.library'
22
33android {
44 compileSdkVersion rootProject. ext. compileSdkVersion
5- buildToolsVersion rootProject. ext. buildToolsVersion
65
76 defaultConfig {
87 minSdkVersion 8
9- targetSdkVersion 18
8+ targetSdkVersion 27
109 versionName project. VERSION_NAME
1110 versionCode Integer . parseInt(project. VERSION_CODE )
1211 }
@@ -15,7 +14,6 @@ android {
1514 lintOptions {
1615 abortOnError false
1716 }
18- buildToolsVersion ' 25.0.0'
1917}
2018
2119// Used to update in Maven
Original file line number Diff line number Diff line change 33 <string name =" apprater_dialog_title" >Оцени %s</string >
44 <string name =" apprater_rate_message" >Ако вам се свиђе ова апликација, молим вас одвојите мало времена да је оцените. Хвала на подршци!</string >
55 <string name =" apprater_rate" >Оцени сада</string >
6- <string name =" apprater_later" >Kasnije </string >
6+ <string name =" apprater_later" >Касније </string >
77 <string name =" apprater_no_thanks" >Не, хвала</string >
88</resources >
Original file line number Diff line number Diff line change 22buildscript {
33 repositories {
44 jcenter()
5+ maven {
6+ url ' https://maven.google.com/'
7+ name ' Google'
8+ }
59 }
610 dependencies {
7- classpath ' com.android.tools.build:gradle:2. 3.1'
11+ classpath ' com.android.tools.build:gradle:3.1.2 '
812 }
913}
1014
1115ext {
12- compileSdkVersion = 19
13- buildToolsVersion = " 25.0.0"
16+ compileSdkVersion = 27
1417}
1518
1619def isReleaseBuild () {
@@ -23,5 +26,9 @@ allprojects {
2326
2427 repositories {
2528 jcenter()
29+ maven {
30+ url ' https://maven.google.com/'
31+ name ' Google'
32+ }
2633 }
2734}
Original file line number Diff line number Diff line change 1- VERSION_NAME =1.0.34
2- VERSION_CODE =44
1+ VERSION_NAME =1.0.35
2+ VERSION_CODE =45
33GROUP =com.github.codechimp-org.apprater
44
55POM_DESCRIPTION =AppRater Library for Android
Original file line number Diff line number Diff line change 1- # Fri Feb 03 07:31:13 GMT 2017
1+ # Sun Jun 10 12:46:01 BST 2018
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-3.3 -all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-4.4 -all.zip
You can’t perform that action at this time.
0 commit comments