Skip to content
This repository was archived by the owner on May 22, 2021. It is now read-only.

Commit b780afa

Browse files
Serbian language correction
Gradle update
1 parent bc7bcde commit b780afa

File tree

6 files changed

+17
-13
lines changed

6 files changed

+17
-13
lines changed

AppRaterDemo/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@ apply plugin: 'com.android.application'
22

33
android {
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
}

AppRaterLibrary/build.gradle

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@ apply plugin: 'com.android.library'
22

33
android {
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

AppRaterLibrary/src/main/res/values-sr/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
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>

build.gradle

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,18 @@
22
buildscript {
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

1115
ext {
12-
compileSdkVersion = 19
13-
buildToolsVersion = "25.0.0"
16+
compileSdkVersion = 27
1417
}
1518

1619
def 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
}

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
VERSION_NAME=1.0.34
2-
VERSION_CODE=44
1+
VERSION_NAME=1.0.35
2+
VERSION_CODE=45
33
GROUP=com.github.codechimp-org.apprater
44

55
POM_DESCRIPTION=AppRater Library for Android
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Fri Feb 03 07:31:13 GMT 2017
1+
#Sun Jun 10 12:46:01 BST 2018
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-3.3-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip

0 commit comments

Comments
 (0)